Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sixtyforce: update livecheck, use versioned url #178593

Merged
merged 1 commit into from
Jul 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading