homebrew-cask/Casks/gzdoom.rb

14 lines
545 B
Ruby
Raw Normal View History

2016-08-27 09:20:16 +08:00
cask 'gzdoom' do
2017-01-14 06:24:28 +08:00
version '2.3.2'
sha256 'b1db121cf75c1a6f9d56b30c66ed7e61681f7358cc101fb37ed0eba7beaca27b'
2016-08-27 09:20:16 +08:00
2016-12-12 04:17:23 +08:00
# github.com/coelckers was verified as official when first introduced to the cask
url "https://github.com/coelckers/gzdoom/releases/download/g#{version}/gzdoom-bin-#{version.dots_to_hyphens}.dmg"
appcast 'https://github.com/coelckers/gzdoom/releases.atom',
2017-01-14 06:24:28 +08:00
checkpoint: 'a2b1a64ae7baad8671873448933e9cf7eafed7d0a62e4b96dd4371e21f709035'
2016-08-27 09:20:16 +08:00
name 'gzdoom'
2016-12-18 19:15:51 +08:00
homepage 'https://gzdoom.drdteam.org/'
2016-08-27 09:20:16 +08:00
app 'GZDoom.app'
end