mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Update calhash.rb
This commit is contained in:
+8
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user