Files
homebrew-cask/Casks/s/swifty.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

22 lines
613 B
Ruby

cask "swifty" do
version "0.6.13"
sha256 "cc625c8c543bd8596694a5810e5db7967a6806b4511568cb6cda077bc02c3b4b"
url "https://github.com/swiftyapp/swifty/releases/download/v#{version}/Swifty-#{version}.dmg",
verified: "github.com/swiftyapp/swifty/"
name "Swifty"
desc "Offline password manager tool"
homepage "https://getswifty.pro/"
auto_updates true
app "Swifty.app"
zap trash: [
"~/Library/Application Support/Swifty",
"~/Library/Logs/Swifty",
"~/Library/Preferences/com.electron.swifty.plist",
"~/Library/Saved Application State/com.electron.swifty.savedState",
]
end