mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
7 lines
224 B
Ruby
7 lines
224 B
Ruby
class BitTorrentSync < Cask
|
|
url 'http://btsync.s3-website-us-east-1.amazonaws.com/BTSync.dmg'
|
|
homepage 'http://labs.bittorrent.com/experiments/sync.html'
|
|
version 'latest'
|
|
no_checksum
|
|
link 'BitTorrent Sync.app'
|
|
end
|