mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-18 14:17:07 -06:00
7 lines
232 B
Ruby
7 lines
232 B
Ruby
class BitTorrentSync < Cask
|
|
url 'http://download-lb.utorrent.com/endpoint/btsync/os/osx/track/stable'
|
|
homepage 'http://labs.bittorrent.com/experiments/sync.html'
|
|
version 'latest'
|
|
no_checksum
|
|
link 'BitTorrent Sync.app'
|
|
end
|