homebrew-cask/Casks/tribler.rb

13 lines
378 B
Ruby

cask :v1 => 'tribler' do
version '6.4.1'
sha256 'aef90693c230f94ceeb5a4edf172344bd41d5d2cc918df0c2c1a2d2444495073'
# github.com is the official download host per the vendor homepage
url "https://github.com/Tribler/tribler/releases/download/v#{version}/Tribler-#{version}.dmg"
name 'Tribler'
homepage 'http://www.tribler.org'
license :gpl
app 'Tribler.app'
end