mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
12 lines
313 B
Ruby
12 lines
313 B
Ruby
cask :v1 => 'bleep' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
# utorrent.com is the official download host per the vendor homepage
|
|
url 'https://download-new.utorrent.com/endpoint/bleep/os/osx/track/stable/'
|
|
name 'Bleep'
|
|
homepage 'http://labs.bittorrent.com/bleep/'
|
|
license :gratis
|
|
|
|
app 'Bleep.app'
|
|
end
|