Update clone-hero.rb

This commit is contained in:
Miccal Matthews 2023-08-31 06:19:59 +08:00 committed by GitHub
parent 6b17ed2571
commit 1753f70de8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 5 deletions

View File

@ -2,15 +2,13 @@ cask "clone-hero" do
version "1.0.0.4080"
sha256 "7b7d170b344773ce8355a0c3274e4adc1715e7cd978e210d3c701af22df00d5c"
url "https://pubdl.clonehero.net/clonehero-v#{version}-final/clonehero-mac-universal.dmg"
url "https://github.com/clonehero-game/releases/releases/download/V#{version}/CloneHero-mac.dmg",
verified: "github.com/clonehero-game/"
name "Clone Hero"
desc "Guitar Hero clone"
homepage "https://clonehero.net/"
livecheck do
url :homepage
regex(%r{href=["']?/releases/v?(\d+(?:\.\d+)+)["' >]}i)
end
depends_on macos: ">= :high_sierra"
app "Clone Hero.app"