mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Merge pull request #167034 from yslpn/amnezia-client-cask
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
cask "amneziavpn" do
|
||||
version "4.1.0.1"
|
||||
sha256 "c421f28697fd9200fd9dbcdd111fa2778fe8d01b45e8ae672886399181c780cb"
|
||||
|
||||
url "https://github.com/amnezia-vpn/amnezia-client/releases/download/#{version}/AmneziaVPN_#{version}.dmg",
|
||||
verified: "github.com/amnezia-vpn/amnezia-client/"
|
||||
name "Amnezia VPN"
|
||||
desc "VPN client"
|
||||
homepage "https://amnezia.org/"
|
||||
|
||||
livecheck do
|
||||
url :url
|
||||
strategy :github_latest
|
||||
end
|
||||
|
||||
auto_updates true
|
||||
depends_on macos: ">= :high_sierra"
|
||||
|
||||
app "AmneziaVPN.app"
|
||||
|
||||
uninstall quit: [
|
||||
"AmneziaVPN",
|
||||
"AmneziaVPN-service",
|
||||
],
|
||||
delete: "/Applications/AmneziaVPN.app"
|
||||
|
||||
zap trash: [
|
||||
"~/Library/Caches/AmneziaVPN.ORG",
|
||||
"~/Library/Preferences/AmneziaVPN.plist",
|
||||
"~/Library/Preferences/org.amneziavpn.AmneziaVPN.plist",
|
||||
]
|
||||
end
|
||||
Reference in New Issue
Block a user