Files
homebrew-cask/Casks/x/xtorrent.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

18 lines
384 B
Ruby

cask "xtorrent" do
version "2.1,171"
sha256 "26ea235dcb827c6e58ab3409bec83396e86704d742d517e527016ecd44672379"
url "http://www.xtorrent.com/Xtorrent#{version.csv.first}(v#{version.csv.second}).dmg"
name "Xtorrent"
desc "Torrent client"
homepage "http://www.xtorrent.com/"
depends_on macos: "<= :catalina"
app "Xtorrent.app"
caveats do
discontinued
end
end