excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / r / ripme.rb
blob6df48343321f331785677afdeffc8049e1c8a762
1 cask "ripme" do
2   version "1.7.95"
3   sha256 "008201e406f401b27248277a4188f26203bb9da0170872de900125f8a6c8b558"
5   url "https://github.com/RipMeApp/ripme/releases/download/#{version}/ripme.jar"
6   name "RipMe"
7   desc "Album ripper for various websites"
8   homepage "https://github.com/RipMeApp/ripme"
10   auto_updates true
11   container type: :naked
13   artifact "ripme.jar", target: "#{appdir}/ripme.jar"
15   uninstall delete: "/Applications/rips"
17   zap trash: "~/Library/Application Support/ripme"
19   caveats do
20     depends_on_java "8+"
21   end
22 end