homebrew-cask/Casks/licensed.rb

10 lines
182 B
Ruby
Raw Normal View History

2013-11-06 11:00:39 +08:00
class Licensed < Cask
2014-09-17 19:42:51 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
url 'http://amarsagoo.info/licensed/Licensed.dmg'
homepage 'http://amarsagoo.info/licensed'
2014-09-16 00:05:50 +08:00
app 'Licensed.app'
2013-11-06 11:00:39 +08:00
end