Update calhash.rb

This commit is contained in:
Miccal Matthews
2023-10-03 08:36:24 +08:00
committed by GitHub
parent 5598ed549b
commit 6c5558e79f
+8 -2
View File
@@ -16,11 +16,16 @@ cask "calhash" do
url "https://www.titanium-software.fr/download/12/CalHash.dmg"
end
on_ventura :or_newer do
version "1.3.0"
on_ventura do
version "1.2.1"
url "https://www.titanium-software.fr/download/13/CalHash.dmg"
end
on_sonoma :or_newer do
version "1.3.0"
url "https://www.titanium-software.fr/download/14/CalHash.dmg"
end
name "CalHash"
desc "Calculate and compare file checksums"
@@ -36,6 +41,7 @@ cask "calhash" do
:big_sur,
:monterey,
:ventura,
:sonoma,
]
app "CalHash.app"