Skip to content

Commit

Permalink
Merge pull request #178593 from khipp/update-sixtyforce
Browse files Browse the repository at this point in the history
sixtyforce: update livecheck, use versioned url
  • Loading branch information
chenrui333 authored Jul 4, 2024
2 parents 9c2d615 + 6ff1152 commit cd842cc
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions Casks/s/sixtyforce.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
cask "sixtyforce" do
version "2.0.2,87"
sha256 :no_check
version "2.0.2"
sha256 "c83a2b3a194e5c62647b2be503ea331cf9e4a29baa5d5626fd63f1f9c7a7eab4"

url "https://sixtyforce.com/download/sixtyforce.zip"
url "https://sixtyforce.com/download/sixtyforce_#{version.no_dots}.zip"
name "sixtyforce"
desc "N64 emulator"
homepage "https://sixtyforce.com/"

livecheck do
url :url
strategy :extract_plist
url "https://sixtyforce.com/download/"
regex(/>\s*sixtyforce\s*v?(\d+(?:\.\d+)*)\.zip/i)
end

app "sixtyforce.app"
Expand All @@ -20,4 +20,8 @@
"~/Library/Caches/com.Gerrit.sixtyforce",
"~/Library/Preferences/com.Gerrit.sixtyforce.plist",
]

caveats do
requires_rosetta
end
end

0 comments on commit cd842cc

Please sign in to comment.