homebrew-cask/Casks/bleep.rb

13 lines
313 B
Ruby
Raw Normal View History

2014-11-14 01:25:29 +08:00
cask :v1 => 'bleep' do
2014-09-18 06:19:36 +08:00
version :latest
sha256 :no_check
2015-01-17 10:20:20 +08:00
# utorrent.com is the official download host per the vendor homepage
2014-09-18 06:19:36 +08:00
url 'https://download-new.utorrent.com/endpoint/bleep/os/osx/track/stable/'
2015-01-10 05:16:24 +08:00
name 'Bleep'
2014-09-18 06:19:36 +08:00
homepage 'http://labs.bittorrent.com/bleep/'
2014-10-16 03:29:56 +08:00
license :gratis
2014-09-18 06:19:36 +08:00
2014-10-14 01:00:13 +08:00
app 'Bleep.app'
2014-09-18 06:19:36 +08:00
end