homebrew-cask/Casks/qsyncthingtray.rb

15 lines
569 B
Ruby

cask 'qsyncthingtray' do
version '0.5.8'
sha256 '1a8bf6975d5f9b1952edf1a070e35338d2c0f6ff9939e3dcda742280baa645b1'
url "https://github.com/sieren/QSyncthingTray/releases/download/#{version}/QSyncthingTray_#{version}_MAC.dmg"
appcast 'https://github.com/sieren/QSyncthingTray/releases.atom',
checkpoint: '006e664744fee5e57a3f2bdde520fba8a05d7f71ff3c31cec2116bb7bf664c15'
name 'QSyncthingTray'
homepage 'https://github.com/sieren/QSyncthingTray'
app 'QSyncthingTray.app'
zap trash: '~/Library/Preferences/com.sieren.QSyncthingTray.plist'
end