Files
homebrew-cask/Casks/e/eiskaltdcpp.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

17 lines
547 B
Ruby

cask "eiskaltdcpp" do
version "2.4.2"
sha256 "85b77157892985c0cc0e4c2b9244b4095bf5738f5e94e7a0941551e0c9a7a009"
url "https://downloads.sourceforge.net/eiskaltdcpp/EiskaltDC++-#{version}-x86_64.dmg"
name "EiskaltDC++"
desc "Filesharing using Direct Connect and ADC protocols"
homepage "https://sourceforge.net/projects/eiskaltdcpp/"
livecheck do
url "https://sourceforge.net/projects/eiskaltdcpp/rss?path=/macOS"
regex(%r{url=.*?/EiskaltDC%2B%2B[._-]v?(\d+(?:\.\d+)+)(?:-[^"']+?)?\.dmg}i)
end
app "EiskaltDC++.app"
end