Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

veracrypt-fuse-t 1.26.14 (new cask) #191204

Closed
wants to merge 5 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions Casks/v/veracrypt-fuse-t.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
cask "veracrypt-fuse-t" do
version "1.26.14"
sha256 "8f0cee74d5b0d68e57d13d4ffcdbeeca66fa0711c547b3ddd28ecdb1b9549580"

url "https://launchpad.net/veracrypt/trunk/#{version}/+download/VeraCrypt_FUSE-T_#{version}.dmg",
verified: "launchpad.net/veracrypt/trunk/"
name "VeraCrypt (fuse-t)"
desc "Disk encryption software focusing on security based on TrueCrypt (FUSE-T)"
homepage "https://www.veracrypt.fr/"

livecheck do
url "https://www.veracrypt.fr/en/Downloads.html"
regex(/href=.*?VeraCrypt_FUSE-T[._-]v?(\d+(?:\.\d+)+)\.dmg/i)
end

depends_on cask: "macos-fuse-t/homebrew-cask/fuse-t"

pkg "VeraCrypt_Installer.pkg"

uninstall pkgutil: "com.idrix.pkg.veracrypt"

zap trash: [
"~/Library/Application Support/VeraCrypt",
"~/Library/Preferences/org.idrix.VeraCrypt.plist",
"~/Library/Saved Application State/org.idrix.VeraCrypt.savedState",
]
caveats <<~EOS

Check failure on line 27 in Casks/v/veracrypt-fuse-t.rb

View workflow job for this annotation

GitHub Actions / syntax (macos-15)

Cask/StanzaGrouping: stanza groups should be separated by a single empty line
#{token} requires fuse-t to run. Run the following commands to install:

brew tap macos-fuse-t/homebrew-cask
brew install fuse-t

EOS
end
Loading