homebrew-cask/Casks/qsyncthingtray.rb

18 lines
614 B
Ruby
Raw Normal View History

2015-12-18 14:45:19 +08:00
cask 'qsyncthingtray' do
version '0.2.7'
sha256 'b006a0d723560a953e27f5096084d1a57602241e1b60679892b0e65bed261dba'
url "https://github.com/sieren/QSyncthingTray/releases/download/#{version}/QSyncthingTray_OSX.dmg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/sieren/QSyncthingTray/releases.atom',
:sha256 => '2ca0ae9d1c907c6e86e05f7154e137236febd8c4d96cc1a6989000509ed147f0'
2015-12-18 14:45:19 +08:00
name 'QSyncthingTray'
homepage 'https://github.com/sieren/QSyncthingTray'
license :gpl
depends_on :formula => 'syncthing'
app 'QSyncthingTray.app'
zap :delete => '~/Library/Preferences/com.sieren.QSyncthingTray.plist'
end