Skip to content

Commit

Permalink
Merge pull request #179949 from Zoobdude/master
Browse files Browse the repository at this point in the history
ivacy 7.0.0,8 (new cask)
  • Loading branch information
khipp authored Jul 18, 2024
2 parents c609d64 + 67781c1 commit f5079bc
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Casks/i/ivacy.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
cask "ivacy" do
version "7.0.0,8"
sha256 :no_check

url "https://apps-ivacy.s3.amazonaws.com/mac/Ivacy.dmg",
verified: "apps-ivacy.s3.amazonaws.com/"
name "Ivacy"
desc "VPN client"
homepage "https://www.ivacy.com/"

livecheck do
url :url
strategy :extract_plist
end

depends_on macos: ">= :catalina"

app "Ivacy.app"

zap trash: [
"~/Library/Application Scripts/com.ivacy.mac",
"~/Library/Containers/com.ivacy.mac",
]
end

0 comments on commit f5079bc

Please sign in to comment.