homebrew-cask/Casks/syncthing.rb

15 lines
491 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'syncthing' do
2015-12-14 03:23:07 +08:00
version '0.12.8'
sha256 'a2938799fee5d29daab750ea05f5c0e72f343a4be696e1f39421f4db05db82f5'
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