homebrew-cask/Casks/jadengeller-helium.rb

15 lines
565 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: '875fb1cb7c6e18a330338c90a6cbabda82896e1e3699e2b8713c36fa073aa075'
2015-04-14 20:31:30 +08:00
name 'Helium'
2015-06-29 14:32:18 +08:00
homepage 'https://jadengeller.github.io/Helium/'
2015-04-14 20:31:30 +08:00
license :mit
app 'Helium.app'
end