homebrew-cask/Casks/all2mp3.rb

11 lines
248 B
Ruby
Raw Normal View History

2013-10-04 11:33:51 +08:00
class All2mp3 < Cask
version 'latest'
sha256 :no_check
2013-10-04 11:33:51 +08:00
url 'http://www.tresrrr.com/Program/All2MP3.zip'
2014-05-14 21:39:58 +08:00
appcast 'http://www.tresrrr.com/All2MP3/Appcast.xml'
2013-10-04 11:33:51 +08:00
homepage 'http://www.tresrrr.com/All2MP3/ENGLISH.html'
2014-09-16 00:05:13 +08:00
app 'All2MP3.app'
2013-10-04 11:33:51 +08:00
end