Add ReiKey 1.1.0 (#57416)

* Add ReiKey 1.1.0

* Update reikey.rb
This commit is contained in:
Jacob Bednarz 2019-01-15 02:41:30 +11:00 committed by Vítor Galvão
parent 3396ffb343
commit 6fe00c75e1
1 changed files with 32 additions and 0 deletions

32
Casks/reikey.rb Normal file
View File

@ -0,0 +1,32 @@
cask 'reikey' do
version '1.1.0'
sha256 '4a612a18047c8d83fb68420626c7287ba4f6cdd191f38618bcfcbf04466c7611'
# bitbucket.org/objective-see was verified as official when first introduced to the cask
url "https://bitbucket.org/objective-see/deploy/downloads/ReiKey_#{version}.zip"
appcast 'https://objective-see.com/products/changelogs/ReiKey.txt'
name 'ReiKey'
homepage 'https://objective-see.com/products/reikey.html'
depends_on macos: '>= :yosemite'
installer script: {
executable: "#{staged_path}/ReiKey Installer.app/Contents/MacOS/ReiKey Installer",
args: ['-install'],
sudo: true,
}
uninstall script: {
executable: "#{staged_path}/ReiKey Installer.app/Contents/MacOS/ReiKey Installer",
args: ['-uninstall'],
sudo: true,
}
zap trash: [
'~/Library/Caches/SentryCrash/ReiKey Installer',
'~/Library/Caches/SentryCrash/ReiKey Installer/Data',
'~/Library/Caches/SentryCrash/ReiKey Installer/Data/ConsoleLog.txt',
'~/Library/Caches/SentryCrash/ReiKey Installer/Data/CrashState.json',
'~/Library/Caches/SentryCrash/ReiKey Installer/Reports',
]
end