homebrew-cask/Casks/tribler.rb

14 lines
439 B
Ruby
Raw Normal View History

2014-11-14 01:27:13 +08:00
cask :v1 => 'tribler' do
2015-02-12 00:31:31 +08:00
version '6.4.3'
sha256 '74b79421a91e755518c16a941f8646968d94b167d38f9a911a8f97f91de29cae'
2014-09-03 17:31:10 +08:00
2015-01-19 10:54:44 +08:00
# github.com is the official download host per the vendor homepage
2014-09-03 17:31:10 +08:00
url "https://github.com/Tribler/tribler/releases/download/v#{version}/Tribler-#{version}.dmg"
2015-03-15 19:55:50 +08:00
appcast 'https://github.com/Tribler/tribler/releases.atom'
2015-01-04 23:49:55 +08:00
name 'Tribler'
2014-09-03 17:31:10 +08:00
homepage 'http://www.tribler.org'
license :gpl
2014-09-03 17:31:10 +08:00
2014-09-16 00:06:32 +08:00
app 'Tribler.app'
2014-09-03 17:31:10 +08:00
end