mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
18 lines
384 B
Ruby
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
|