homebrew-cask/Casks/the-cheat.rb

12 lines
312 B
Ruby
Raw Normal View History

2014-11-14 01:27:09 +08:00
cask :v1 => 'the-cheat' do
2014-10-02 15:04:44 +08:00
version '1.2.5'
sha256 '24ed774cc21adc2355077123d04c2657295a41183fd5555c41a2342063c3dedc'
2015-01-19 10:32:31 +08:00
url "http://chazmcgarvey.github.com/thecheat/thecheat-#{version}.dmg"
2015-01-23 05:49:24 +08:00
name 'The Cheat'
2015-01-19 10:32:31 +08:00
homepage 'https://github.com/chazmcgarvey/thecheat'
2014-10-02 15:04:44 +08:00
license :gratis
app 'The Cheat.app'
end