homebrew-cask/Casks/jadengeller-helium.rb

14 lines
537 B
Ruby

cask 'jadengeller-helium' do
version '1.9'
sha256 '32bede939e1dcbbfe6ea879888456fbff30f1db2c764478fc7ba08d52e2f69fb'
# github.com/JadenGeller/Helium was verified as official when first introduced to the cask
url "https://github.com/JadenGeller/Helium/releases/download/#{version}/Helium.app.zip"
appcast 'https://github.com/JadenGeller/Helium/releases.atom',
checkpoint: '2fb1a80e559af39a44b95846c074775692bc31cab09507d988b762c1bd5d861f'
name 'Helium'
homepage 'http://heliumfloats.com/'
app 'Helium.app'
end