homebrew-cask/Casks/ostiarius.rb

24 lines
1014 B
Ruby
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

cask 'ostiarius' do
version '1.2.0'
sha256 '80d67c4e090013ee3fa9d87696778ec4e6a303362147158966fe547c8c45727a'
# bitbucket.org/objective-see was verified as official when first introduced to the cask
url "https://bitbucket.org/objective-see/deploy/downloads/Ostiarius_#{version}.zip"
name 'Ostiarius'
homepage 'https://objective-see.com/products/ostiarius.html'
depends_on macos: '<= :el_capitan'
app 'Ostiarius.app'
uninstall quit: 'com.objectiveSee.Ostiarius',
kext: 'com.objective-see.OstiariusKext',
delete: '~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.objectivesee.ostiarius.sfl'
caveats <<-EOS.undent
Apple fixed the Gatekeeper flaws the developer discovered and reported that Ostiarius protected against. As such, if youre running macOS Sierra (10.12+), Ostiarius is no longer needed!
For that reason were making the cask refuse to install on Sierra and later.
EOS
end