homebrew-cask/Casks/easysimbl.rb

18 lines
685 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',
2017-05-06 03:45:28 +08:00
checkpoint: '3c41b4f16d41f691e69c6f465d6bd4b67129aeca26d037268019673b611c8f63'
2015-01-30 04:47:01 +08:00
name 'EasySIMBL'
homepage 'https://github.com/norio-nomura/EasySIMBL'
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