homebrew-cask/Casks/syncthing.rb

15 lines
498 B
Ruby

cask :v1 => 'syncthing' do
version '0.12.6'
sha256 'c518f156888685d9f910b9f258aebb9dd40bb0a824dd948ecdec4acf28db7ac7'
url "https://github.com/syncthing/syncthing/releases/download/v#{version}/syncthing-macosx-amd64-v#{version}.tar.gz"
appcast 'https://github.com/syncthing/syncthing/releases.atom'
name 'Syncthing'
homepage 'https://syncthing.net/'
license :mpl
binary "syncthing-macosx-amd64-v#{version}/syncthing"
zap :delete => '~/Library/Application Support/Syncthing'
end