Files
homebrew-cask/Casks/n/nzbvortex.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
475 B
Ruby

cask "nzbvortex" do
version "3.4.3"
sha256 "fe3831f4a610435e404ce5dc7631d6ed981b5533a9fcd73b3cae0a28af9e2f29"
url "https://www.nzbvortex.com/downloads/NZBVortex-#{version}.zip"
name "NZBVortex"
desc "NZB client, optimized for performance and ease of use"
homepage "https://www.nzbvortex.com/landing/"
livecheck do
url "https://www.nzbvortex.com/update/appcast_v#{version.major}.xml"
strategy :sparkle
end
app "NZBVortex #{version.major}.app"
end