homebrew-cask/Casks/easysimbl.rb

18 lines
627 B
Ruby
Raw Normal View History

2014-11-14 01:25:46 +08:00
cask :v1 => '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-03-15 19:50:52 +08:00
appcast 'https://github.com/norio-nomura/EasySIMBL/releases.atom'
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