clone-hero: use `github_latest` livecheck strategy

This commit is contained in:
Bevan Kay 2023-10-28 10:11:09 +11:00
parent 3a5eed73a6
commit dfbe08b0dc
No known key found for this signature in database
GPG Key ID: C55CB024B5314B57
1 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,11 @@ cask "clone-hero" do
desc "Guitar Hero clone"
homepage "https://clonehero.net/"
livecheck do
url :url
strategy :github_latest
end
depends_on macos: ">= :high_sierra"
app "Clone Hero.app"