homebrew-cask/Casks/tomighty.rb

14 lines
549 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'tomighty' do
2016-09-22 16:50:10 +08:00
version '1.1'
sha256 'e08afad7ccd3540fb7afd2957ad23809bf17b9812295eaf9b155beca74e3d916'
2016-06-20 02:34:13 +08:00
# github.com/tomighty/tomighty-osx was verified as official when first introduced to the cask
2016-09-22 16:50:10 +08:00
url "https://github.com/tomighty/tomighty-osx/releases/download/#{version}/Tomighty-#{version}.dmg"
2016-01-30 08:35:35 +08:00
appcast 'https://github.com/tomighty/tomighty-osx/releases.atom',
2016-09-22 16:50:10 +08:00
checkpoint: 'd840c6dbb9a016a8db3e4cd209d0ade84b13864dab3dff9df0f1cba93761fa8c'
2015-05-05 04:33:35 +08:00
name 'Tomighty'
homepage 'http://www.tomighty.org/'
2014-09-16 00:06:30 +08:00
app 'Tomighty.app'
2014-01-05 21:58:53 +08:00
end