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 'https://download-cdn.getsyncapp.com/stable/osx/BitTorrent-Sync.dmg'
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