Files
homebrew-cask/Casks/r/ripme.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

19 lines
412 B
Ruby

cask "ripme" do
version "1.7.95"
sha256 "008201e406f401b27248277a4188f26203bb9da0170872de900125f8a6c8b558"
url "https://github.com/RipMeApp/ripme/releases/download/#{version}/ripme.jar"
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