homebrew-cask/Casks/tribler.rb

15 lines
545 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'tribler' do
2016-03-17 06:07:40 +08:00
version '6.5.1'
sha256 '30fe98958a749b2137fc9f5489ef8266045b916eef7fdb94bbcfd8ed3355f6d7'
2014-09-03 17:31:10 +08:00
2016-03-08 02:17:04 +08:00
# github.com/Tribler/tribler was verified as official when first introduced to the cask
2014-09-03 17:31:10 +08:00
url "https://github.com/Tribler/tribler/releases/download/v#{version}/Tribler-#{version}.dmg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/Tribler/tribler/releases.atom',
2016-03-17 06:07:40 +08:00
checkpoint: '733d8c9094cdfd4f68f2c5e6cb1e35cee187ef0698053fe2e27ea2f9d4782c88'
2015-01-04 23:49:55 +08:00
name 'Tribler'
2016-03-08 02:17:04 +08:00
homepage 'https://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