homebrew-cask/Casks/qsyncthingtray.rb

15 lines
570 B
Ruby
Raw Normal View History

2015-12-18 14:45:19 +08:00
cask 'qsyncthingtray' do
version '0.5.7'
sha256 '9b6063a8a2de05561c8348b9b77051f5bc9630297e9032804a2b69d844190fae'
2015-12-18 14:45:19 +08:00
2016-05-26 16:47:22 +08:00
url "https://github.com/sieren/QSyncthingTray/releases/download/#{version}/QSyncthingTray_#{version}_MAC.dmg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/sieren/QSyncthingTray/releases.atom',
checkpoint: '1aacc2c0b199d6fb9fc6374bda7ed50b1bfee895554c0fab66afd5e6332b5483'
2015-12-18 14:45:19 +08:00
name 'QSyncthingTray'
homepage 'https://github.com/sieren/QSyncthingTray'
app 'QSyncthingTray.app'
zap delete: '~/Library/Preferences/com.sieren.QSyncthingTray.plist'
2015-12-18 14:45:19 +08:00
end