homebrew-cask/Casks/bittorrent-sync.rb

12 lines
300 B
Ruby
Raw Normal View History

class BittorrentSync < Cask
version 'latest'
sha256 :no_check
url 'http://download-lb.utorrent.com/endpoint/btsync/os/osx/track/stable'
2014-05-14 21:39:58 +08:00
# todo: response was not XML
# appcast 'http://www.usyncapp.com/cfu.php'
homepage 'http://www.bittorrent.com/sync'
link 'BitTorrent Sync.app'
2013-04-25 02:30:04 +08:00
end