homebrew-cask/Casks/jadengeller-helium.rb

14 lines
537 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'jadengeller-helium' do
2015-11-02 21:40:26 +08:00
version '1.9'
sha256 '32bede939e1dcbbfe6ea879888456fbff30f1db2c764478fc7ba08d52e2f69fb'
2015-04-14 20:31:30 +08:00
# github.com/JadenGeller/Helium was verified as official when first introduced to the cask
2015-11-02 22:13:23 +08:00
url "https://github.com/JadenGeller/Helium/releases/download/#{version}/Helium.app.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/JadenGeller/Helium/releases.atom',
checkpoint: 'b2b11db11f6092bbd99e62038730c98ccd4565040187890f40042d8a3485fbd7'
2015-04-14 20:31:30 +08:00
name 'Helium'
2016-11-23 21:34:24 +08:00
homepage 'http://heliumfloats.com/'
2015-04-14 20:31:30 +08:00
app 'Helium.app'
end