mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
18 lines
471 B
Ruby
18 lines
471 B
Ruby
cask "tribler" do
|
|
version "7.13.0"
|
|
sha256 "2cbd5be5cbff33929ea5e60d62e8a9cfe9aeedd0a92e2c5d07c71e98eb9085e9"
|
|
|
|
url "https://github.com/Tribler/tribler/releases/download/v#{version}/Tribler-#{version}.dmg",
|
|
verified: "github.com/Tribler/tribler/"
|
|
name "Tribler"
|
|
desc "Privacy enhanced BitTorrent client with P2P content discovery"
|
|
homepage "https://www.tribler.org/"
|
|
|
|
livecheck do
|
|
url :url
|
|
strategy :github_latest
|
|
end
|
|
|
|
app "Tribler.app"
|
|
end
|