homebrew-cask/Casks/qsyncthingtray.rb

16 lines
585 B
Ruby
Raw Normal View History

2015-12-18 14:45:19 +08:00
cask 'qsyncthingtray' do
2016-05-26 16:47:22 +08:00
version '0.4.7'
sha256 '274f411f79e17df4ebecbc5ff280df497751199714f5668a3bd4d2198adac57f'
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',
2016-05-26 16:47:22 +08:00
checkpoint: 'ce79e448c25bae30620a3104eaf88b8be7b1ed06df779ceb6b62f017226c0e34'
2015-12-18 14:45:19 +08:00
name 'QSyncthingTray'
homepage 'https://github.com/sieren/QSyncthingTray'
license :gpl
app 'QSyncthingTray.app'
zap delete: '~/Library/Preferences/com.sieren.QSyncthingTray.plist'
2015-12-18 14:45:19 +08:00
end