homebrew-cask/Casks/easysimbl.rb

19 lines
700 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'easysimbl' do
version '1.7.1'
sha256 'd8afe8bfd7ea32f6d8ad1d4438ddc9ce2ad47e66942e6b6e900807daa59ddd50'
2014-09-26 20:08:53 +08:00
url "https://github.com/norio-nomura/EasySIMBL/releases/download/EasySIMBL-#{version}/EasySIMBL-#{version}.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/norio-nomura/EasySIMBL/releases.atom',
checkpoint: 'd4dbce66da553b7cd56a005c0d6e154f87ffe8bf0728b530e3a18b4f00915572'
2015-01-30 04:47:01 +08:00
name 'EasySIMBL'
homepage 'https://github.com/norio-nomura/EasySIMBL'
license :gpl
2014-09-16 00:05:31 +08:00
app 'EasySIMBL.app'
zap delete: [
'~/Library/Preferences/com.github.norio-nomura.EasySIMBL.plist',
'~/Library/Preferences/com.github.norio-nomura.SIMBL-Agent.plist',
]
end