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-25 05:54:02 +08:00
version '0.12.4'
sha256 '8417e91f363b2875ef7c3dc063087c97010d930a62fda969cbc9e02fa6d8f8f3'
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