homebrew-cask-versions/Casks/easysimbl.rb
Artur Petrov fc5a12eb84 Upgrade EasySIMBL to v1.7.1
- Upgrade EasySIMBL to v1.7.1
- Remove unnecessary trailing slash from GitHub-hosted homepage url
- Change license to GPL
  (https://github.com/norio-nomura/EasySIMBL#license)
- Add zap stanza
2014-12-02 08:33:05 +03:00

15 lines
540 B
Ruby

cask :v1 => 'easysimbl' do
version '1.7.1'
sha256 'd8afe8bfd7ea32f6d8ad1d4438ddc9ce2ad47e66942e6b6e900807daa59ddd50'
url "https://github.com/norio-nomura/EasySIMBL/releases/download/EasySIMBL-#{version}/EasySIMBL-#{version}.zip"
homepage 'https://github.com/norio-nomura/EasySIMBL'
license :gpl
app 'EasySIMBL.app'
zap :delete => [
'~/Library/Preferences/com.github.norio-nomura.EasySIMBL.plist',
'~/Library/Preferences/com.github.norio-nomura.SIMBL-Agent.plist',
]
end