homebrew-cask/Casks/bittorrent-sync.rb

15 lines
416 B
Ruby

cask :v1 => 'bittorrent-sync' do
version :latest
sha256 :no_check
# getsyncapp.com is the official download host per the vendor homepage
url 'http://download.getsyncapp.com/endpoint/btsync/os/osx/track/stable'
name 'BitTorrent Sync'
# todo: response was not XML
# appcast 'http://www.usyncapp.com/cfu.php'
homepage 'http://www.bittorrent.com/sync'
license :gratis
app 'BitTorrent Sync.app'
end