Delete residualvm.rb (#117682)

This commit is contained in:
Miccal Matthews 2022-01-19 19:52:05 +08:00 committed by GitHub
parent b3964fe823
commit 24f216c77d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
cask "residualvm" do
version "0.3.1"
sha256 "298b4e8277a216647e2e3a9c5f54329ca53423bc95be5e870288eacdbdf574f5"
url "https://www.residualvm.org/downloads/release/#{version}/residualvm-#{version}-macosx-intel64.dmg"
name "ResidualVM"
homepage "https://www.residualvm.org/"
livecheck do
url "https://www.residualvm.org/downloads/"
strategy :page_match
regex(%r{href=.*?/residualvm-(\d+(?:\.\d+)*)-macosx-intel64\.dmg}i)
end
app "ResidualVM.app"
end