homebrew-cask/Casks/tomighty.rb

15 lines
543 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'tomighty' do
2014-01-05 21:58:53 +08:00
version '1.0.1'
sha256 '14ba9d4bc6e910e1c5bc256de4136db1e3e8d0671318b20c78f586a136a78793'
# github.com is the official download host per the vendor homepage
2016-01-30 08:35:35 +08:00
url "https://github.com/tomighty/tomighty-osx/releases/download/v#{version}/Tomighty-#{version}.dmg"
appcast 'https://github.com/tomighty/tomighty-osx/releases.atom',
checkpoint: '3ccc1006f6bdba0a3fb7314c23e8089d5acc0edac9e8955315e25a1c56e19d8f'
2015-05-05 04:33:35 +08:00
name 'Tomighty'
homepage 'http://www.tomighty.org/'
2015-04-03 03:50:50 +08:00
license :apache
2014-09-16 00:06:30 +08:00
app 'Tomighty.app'
2014-01-05 21:58:53 +08:00
end