mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
11 lines
275 B
Ruby
11 lines
275 B
Ruby
class Irip < Cask
|
|
sha256 :no_check
|
|
version :latest
|
|
|
|
url 'http://files.thelittleappfactory.com/iRip2/iRip.zip'
|
|
appcast 'https://files.thelittleappfactory.com/iRip2/appcast.xml'
|
|
homepage 'http://thelittleappfactory.com/irip/'
|
|
license :unknown
|
|
|
|
app 'iRip.app'
|
|
end
|