Update rhino.rb

This commit is contained in:
Miccal Matthews
2023-12-05 20:55:00 +08:00
committed by GitHub
parent 012fc923f8
commit fcea6bb6c8
+2 -2
View File
@@ -10,11 +10,11 @@ cask "rhino" do
livecheck do
url "https://files.mcneel.com/rhino/#{version.major}/mac/updates/commercialUpdates.xml"
strategy :sparkle, &:version
strategy :sparkle
end
auto_updates true
depends_on macos: ">= :mojave"
depends_on macos: ">= :monterey"
app "Rhino #{version.major}.app"