Files
homebrew-cask/Casks/t/tribler.rb
2023-08-24 11:42:43 -04:00

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