homebrew-cask/Casks/kextviewr.rb

17 lines
575 B
Ruby
Raw Normal View History

cask 'kextviewr' do
2016-06-02 14:39:02 +08:00
version '1.1.0'
sha256 'bf57dc55adc7179914a452eeacf553952e86b4e1ff2406875a9a0b21932684ca'
# bitbucket.org/objective-see was verified as official when first introduced to the cask
url "https://bitbucket.org/objective-see/deploy/downloads/KextViewr_#{version}.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://objective-see.com/products/changelogs/KextViewr.txt'
name 'KextViewr'
homepage 'https://objective-see.com/products/kextviewr.html'
2017-04-23 18:27:36 +08:00
depends_on macos: '>= :mountain_lion'
app 'KextViewr.app'
2017-04-23 18:27:36 +08:00
2017-11-18 18:27:43 +08:00
zap trash: '~/Library/Caches/com.objective-see.KextViewr'
end