Update cockatrice from 2.7.4,2020-03-20:Dawn_of_Hope_Revision_1 to 2.7.5,2020-08-23:Blessed_Sanctuary (#88109)

This commit is contained in:
Hannes Braun 2020-08-25 23:19:44 +02:00 committed by GitHub
parent 502414f080
commit 50632cd2aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -1,23 +1,23 @@
cask "cockatrice" do
version "2.7.4,2020-03-20:Dawn_of_Hope_Revision_1"
version "2.7.5,2020-08-23:Blessed_Sanctuary"
if MacOS.version <= :high_sierra
sha256 "9525b9c8e9011eb017e795fd9090990c096c66a5b707184cd19ff0d3ba421c19"
if MacOS.version <= :mojave
sha256 "5e2d56a2051713b391e88b55cff0fd9edf492ea3807eef20b00d8aa26a4c54a1"
# github.com/Cockatrice/Cockatrice/ was verified as official when first introduced to the cask
url "https://github.com/Cockatrice/Cockatrice/releases/download/#{version.after_comma.before_colon}-Release-#{version.before_comma}/Cockatrice-#{version.after_colon}-#{version.before_comma}-macos10.13.dmg"
else
sha256 "cacad08859a9de04548828476e16ad148ad29169fd4674282a2bdd0808b74b9f"
sha256 "51e563d33310920d1623f826b33a334cc15bd42531a154e5ae2cec3adb4158af"
# github.com/Cockatrice/Cockatrice/ was verified as official when first introduced to the cask
url "https://github.com/Cockatrice/Cockatrice/releases/download/#{version.after_comma.before_colon}-Release-#{version.before_comma}/Cockatrice-#{version.after_colon}-#{version.before_comma}-macos10.14.zip"
url "https://github.com/Cockatrice/Cockatrice/releases/download/#{version.after_comma.before_colon}-Release-#{version.before_comma}/Cockatrice-#{version.after_colon}-#{version.before_comma}-macos10.15.zip"
end
appcast "https://github.com/Cockatrice/Cockatrice/releases.atom"
name "Cockatrice"
homepage "https://cockatrice.github.io/"
depends_on macos: ">= :sierra"
depends_on macos: ">= :high_sierra"
app "cockatrice.app"
app "oracle.app"