homebrew-cask/Casks/tomighty.rb

14 lines
545 B
Ruby

cask 'tomighty' do
version '1.2'
sha256 '0ebee4c2c913a75b15fed071d68c22c866a3d8436ad359eb2ee66e27d39b2214'
# github.com/tomighty/tomighty-osx was verified as official when first introduced to the cask
url "https://github.com/tomighty/tomighty-osx/releases/download/#{version}/Tomighty-#{version}.dmg"
appcast 'https://github.com/tomighty/tomighty-osx/releases.atom',
checkpoint: 'f9f70f4d9e024d104d6783c6aa0633ef31a61300ff65412eb2a457b191914a57'
name 'Tomighty'
homepage 'http://tomighty.org/'
app 'Tomighty.app'
end