homebrew-cask/Casks/webcatalog.rb

24 lines
806 B
Ruby

cask "webcatalog" do
version "28.0.0"
sha256 "7287283f72147ddc3d8017b502a1925f5feaa36737c5fe58a465f09c79d5bc5f"
url "https://github.com/webcatalog/webcatalog-app/releases/download/v#{version}/WebCatalog-#{version}.dmg",
verified: "github.com/webcatalog/webcatalog-app/"
appcast "https://github.com/webcatalog/webcatalog-app/releases.atom"
name "WebCatalog"
desc "Tool to run web apps like desktop apps"
homepage "https://webcatalog.app/"
auto_updates true
app "WebCatalog.app"
zap trash: [
"~/Library/Application Support/WebCatalog",
"~/Library/Caches/com.webcatalog.jordan",
"~/Library/Caches/com.webcatalog.jordan.ShipIt",
"~/Library/Preferences/com.webcatalog.jordan.plist",
"~/Library/Saved Application State/com.webcatalog.jordan.savedState",
]
end