homebrew-cask/Casks/t/tribler.rb

18 lines
471 B
Ruby

cask "tribler" do
version "7.12.1"
sha256 "56e4397110347b08893821374a90bbd069be61ea969e35156d63ace6384e9451"
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