homebrew-cask/Casks/the-hit-list.rb

12 lines
400 B
Ruby
Raw Normal View History

2014-11-14 01:27:09 +08:00
cask :v1 => 'the-hit-list' do
2014-09-17 19:43:05 +08:00
version :latest
sha256 :no_check
2013-07-02 08:10:26 +08:00
url 'http://www.potionfactory.com/files/thehitlist/TheHitList.zip'
2014-05-14 21:40:03 +08:00
appcast 'http://www.potionfactory.com/appcast/thehitlist.php'
2013-07-02 08:10:26 +08:00
homepage 'http://www.potionfactory.com/thehitlist'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:06:28 +08:00
app 'The Hit List.app'
2013-07-02 08:10:26 +08:00
end