homebrew-cask/Casks/tomighty.rb

12 lines
346 B
Ruby
Raw Normal View History

2014-11-14 01:27:11 +08:00
cask :v1 => 'tomighty' do
2014-01-05 21:58:53 +08:00
version '1.0.1'
sha256 '14ba9d4bc6e910e1c5bc256de4136db1e3e8d0671318b20c78f586a136a78793'
2015-01-19 10:49:22 +08:00
# googlecode.com is the official download host per the vendor homepage
2014-09-26 20:09:16 +08:00
url "https://tomighty.googlecode.com/files/Tomighty-#{version}.dmg"
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