Files
homebrew-cask/Casks/l/leech.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
349 B
Ruby

cask "leech" do
version "3.1.7"
sha256 :no_check
url "https://manytricks.com/download/leech"
name "Leech"
desc "Lightweight download manager"
homepage "https://manytricks.com/leech/"
livecheck do
url "https://manytricks.com/leech/appcast/"
strategy :sparkle, &:short_version
end
auto_updates true
app "Leech.app"
end