mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
11 lines
270 B
Ruby
11 lines
270 B
Ruby
cask :v1 => 'all2mp3' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'http://www.tresrrr.com/Program/All2MP3.zip'
|
|
appcast 'http://www.tresrrr.com/All2MP3/Appcast.xml'
|
|
homepage 'http://www.tresrrr.com/All2MP3/ENGLISH.html'
|
|
license :unknown
|
|
|
|
app 'All2MP3.app'
|
|
end
|