homebrew-cask/Casks/the-cheat.rb

12 lines
306 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'the-cheat' do
2014-10-02 15:04:44 +08:00
version '1.2.5'
sha256 '24ed774cc21adc2355077123d04c2657295a41183fd5555c41a2342063c3dedc'
2015-06-29 14:32:18 +08:00
url "https://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