Updates Star Realms version, checksum, download URL and app name

This commit is contained in:
Timo Sand 2015-06-30 10:35:15 +03:00 committed by Vítor Galvão
parent 0bfe9b06bd
commit ecafa0f84d
2 changed files with 11 additions and 12 deletions

View File

@ -1,12 +0,0 @@
cask :v1 => 'star-realms' do
version '2.22'
sha256 '90d2cb6610a6195a85cb2e1a9bcbbc1da42dce57be9dce5186a4b3f12601529a'
# cloudfront.net is the official download host per the vendor homepage
url "http://d3dyghjp0ukdwm.cloudfront.net/StarRealms_v#{version.gsub('.','_')}.dmg"
name 'Star Realms'
homepage 'http://www.starrealms.com/digital-game/'
license :freemium
app 'Star Realms.app'
end

11
Casks/starrealms.rb Normal file
View File

@ -0,0 +1,11 @@
cask :v1 => 'starrealms' do
version '2.31'
sha256 '2d64a2b7a44d4a4f21ae5356a65eec76006f9186c9581e19a02a026683951137'
url "http://downloads.starrealms.com/StarRealms-v#{version.gsub('.','')}.dmg"
name 'Star Realms'
homepage 'http://www.starrealms.com/digital-game/'
license :freemium
app 'StarRealms.app'
end