Add cask for Museeks 0.8.1 (#32585)

This commit is contained in:
Jean-Philippe Roemer 2017-04-19 22:47:12 +02:00 committed by Vítor Galvão
parent 1010e2f3c6
commit 691a293a36
1 changed files with 18 additions and 0 deletions

18
Casks/museeks.rb Normal file
View File

@ -0,0 +1,18 @@
cask 'museeks' do
version '0.8.1'
sha256 '9911b286039acf41c8c896ab40e06513a2af943843530a4bfc6b46b61fdda02c'
# github.com/KeitIG/museeks was verified as official when first introduced to the cask
url "https://github.com/KeitIG/museeks/releases/download/#{version}/museeks-darwin-x64.zip"
appcast 'https://github.com/KeitIG/museeks/releases.atom',
checkpoint: '0cd40c2b626a8d818343d03ce14471d33d04f0891f67486e853d1f66a013a455'
name 'Museeks'
homepage 'https://museeks.io/'
app 'museeks-darwin-x64/Museeks.app'
zap delete: [
'~/Library/Application Support/museeks',
'~/Library/Saved Application State/com.electron.museeks.savedState',
]
end