homebrew-cask/Casks/gas-mask.rb

9 lines
294 B
Ruby
Raw Normal View History

2013-03-27 05:44:14 +08:00
class GasMask < Cask
2014-06-24 13:21:52 +08:00
url 'http://gmask.clockwise.ee/files/gas_mask_0.8.zip'
2014-06-12 03:55:39 +08:00
appcast 'http://gmask.clockwise.ee/check_update/'
homepage 'http://www.clockwise.ee/gasmask/'
2014-06-24 13:21:52 +08:00
version '0.8'
sha256 '16353247ea14da7675578fda340005645c4610a478a748c1ed410296c3dab52a'
2013-06-01 07:51:31 +08:00
link 'Gas Mask.app'
2013-03-27 05:44:14 +08:00
end