Add RipMe app v1.7.93 (#90703)

This commit is contained in:
Kargins 2020-10-12 21:10:43 +02:00 committed by GitHub
parent 004d321f8c
commit ba18500739
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

19
Casks/ripme.rb Normal file
View File

@ -0,0 +1,19 @@
cask "ripme" do
version "1.7.93"
sha256 "357639535c112ca857117151321141cb08ad313021079d522c2c5d15ee799998"
url "https://github.com/RipMeApp/ripme/releases/download/#{version}/ripme.jar"
appcast "https://github.com/RipMeApp/ripme/releases.atom"
name "RipMe"
desc "Album ripper for various websites"
homepage "https://github.com/RipMeApp/ripme"
auto_updates true
container type: :naked
app "ripme.jar"
caveats do
depends_on_java "8+"
end
end