homebrew-cask/Casks/tribler.rb

14 lines
512 B
Ruby

cask "tribler" do
version "7.5.4"
sha256 "60959a47df9b784c315d62ae0a66d413b263083290a8a218c895c05a4df86001"
# github.com/Tribler/tribler/ was verified as official when first introduced to the cask
url "https://github.com/Tribler/tribler/releases/download/v#{version}/Tribler-#{version}.dmg"
appcast "https://github.com/Tribler/tribler/releases.atom"
name "Tribler"
desc "Privacy enhanced BitTorrent client with P2P content discovery"
homepage "https://www.tribler.org/"
app "Tribler.app"
end