homebrew-cask/Casks/rrootage.rb

11 lines
256 B
Ruby
Raw Normal View History

2013-12-19 09:41:54 +08:00
class Rrootage < Cask
2014-09-17 19:43:00 +08:00
version :latest
2014-09-08 01:34:24 +08:00
sha256 :no_check
2014-09-08 02:25:42 +08:00
url 'https://workram.com/downloads.php?f=rRootage', :referer => 'https://workram.com/games/rrootage'
homepage 'http://workram.com/games/rrootage/'
2014-10-01 23:33:47 +08:00
license :unknown
2014-09-16 00:06:14 +08:00
app 'rRootage.app'
2013-12-19 09:41:54 +08:00
end