homebrew-cask/Casks/bittorrent-sync.rb

13 lines
320 B
Ruby
Raw Normal View History

2014-11-14 01:25:28 +08:00
cask :v1 => 'bittorrent-sync' do
2014-09-17 19:42:39 +08:00
version :latest
sha256 :no_check
url 'http://download-new.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'
2014-10-16 03:24:27 +08:00
license :gratis
2014-09-16 00:05:19 +08:00
app 'BitTorrent Sync.app'
2013-04-25 02:30:04 +08:00
end