Skip to content

Commit

Permalink
Merge pull request #193073 from eleanordoesntcode/bump-silo-2025.0.0
Browse files Browse the repository at this point in the history
silo 2025.0
  • Loading branch information
bevanjkay authored Nov 25, 2024
2 parents 1bc1a44 + e682f6a commit bc37407
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Casks/s/silo.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
cask "silo" do
version "2024.3.0"
sha256 "f785ca22fded46c0c7c917854c5f7b39e7350f8fc98e43a851297f9575f43bc7"
version "2025.0"
sha256 "1c86a344eaf8497ac6b74dd5a488c7b1946d45b67fe77062935f29c98cb3875b"

url "https://nevercenter.com/silo/download/filearchive/Install_Silo_#{version.major}_#{version.minor}#{version.patch}_mac.dmg"
url "https://nevercenter.com/silo/download/filearchive/Install_Silo_#{version.major}_#{version.minor}#{version.patch.presence || "0"}_mac.dmg"
name "Silo"
desc "3D polygonal modeller and UV mapper"
homepage "https://nevercenter.com/silo/"

livecheck do
url "https://nevercenter.com/silo/download/"
regex(/Silo\s*(\d+(?:\.\d+)+)\s*/i)
regex(/Silo\s+v?(\d+(?:\.\d+)+)/i)
end

depends_on macos: ">= :mojave"
depends_on macos: ">= :catalina"

app "Silo.app"

Expand Down

0 comments on commit bc37407

Please sign in to comment.