Skip to content

Commit

Permalink
maspass 0.8.1.1 (new cask)
Browse files Browse the repository at this point in the history
  • Loading branch information
cathyjf committed Jun 30, 2024
1 parent fd3751b commit 9d18495
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Casks/macpass.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
cask "macpass" do
version "0.8.1.1"
sha256 "90317e1238d71a589781624d4b1635667bcec428a704beb4b899a127e6e28122"

url "https://github.com/cathyjf/MacPass/releases/download/#{version}/MacPass-#{version}.zip",
verified: "github.com/cathyjf/MacPass/"
name "MacPass"
desc "Open-source, KeePass-client and password manager"
homepage "https://macpass.github.io/"

auto_updates true
depends_on macos: ">= :high_sierra"

app "MacPass.app"

uninstall quit: "com.cathyjf.hicknhacksoftware.MacPass"

zap delete: [
"~/Library/Application Support/MacPass",
"~/Library/Caches/com.cathyjf.hicknhacksoftware.MacPass",
"~/Library/Cookies/com.cathyjf.hicknhacksoftware.MacPass.binarycookies",
"~/Library/HTTPStorages/com.cathyjf.hicknhacksoftware.MacPass",
"~/Library/Preferences/com.cathyjf.hicknhacksoftware.MacPass.plist",
"~/Library/Saved Application State/com.cathyjf.hicknhacksoftware.MacPass.savedState",
]
end
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* git-remote-gcrypt-keybase
* [email protected]
- This is an ancient version of GnuPG referred to in [this Stack Exchange answer](https://security.stackexchange.com/a/62480).
* macpass ([https://github.com/cathyjf/MacPass/releases/tag/0.8.1.1](version 0.8.1.1), unofficial release, built by me)
* sshfs (version 2.5.0 for macOS)

## How do I install these formulae and casks?
Expand Down

0 comments on commit 9d18495

Please sign in to comment.