Files
homebrew-cask/Casks/d/deadbolt.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

23 lines
604 B
Ruby

cask "deadbolt" do
version "1.0.0"
sha256 "df5b9b0988f168946809f1db17711f589f62bc211a6dad724eac9b0844285370"
url "https://github.com/alichtman/deadbolt/releases/download/#{version}/Deadbolt-#{version}-mac.zip"
name "Deadbolt"
desc "File encryption tool"
homepage "https://github.com/alichtman/deadbolt"
livecheck do
url :url
strategy :github_latest
end
app "Deadbolt.app"
zap trash: [
"~/Library/Application Support/deadbolt",
"~/Library/Preferences/org.alichtman.deadbolt.plist",
"~/Library/Saved Application State/org.alichtman.deadbolt.savedState",
]
end