homebrew-cask/Casks/syncthing.rb

15 lines
498 B
Ruby
Raw Normal View History

2015-03-23 23:51:18 +08:00
cask :v1 => 'syncthing' do
2015-11-17 06:50:31 +08:00
version '0.12.3'
sha256 'adb4768bd15cae25ea633ab530dec68b5e782d4a0c2dfb27192b804c375b1ba7'
url "https://github.com/syncthing/syncthing/releases/download/v#{version}/syncthing-macosx-amd64-v#{version}.tar.gz"
2015-03-23 23:51:18 +08:00
appcast 'https://github.com/syncthing/syncthing/releases.atom'
name 'Syncthing'
homepage 'https://syncthing.net/'
2015-03-23 23:51:18 +08:00
license :mpl
binary "syncthing-macosx-amd64-v#{version}/syncthing"
2015-03-23 23:51:18 +08:00
zap :delete => '~/Library/Application Support/Syncthing'
end