homebrew-cask/Casks/taskexplorer.rb

16 lines
622 B
Ruby
Raw Normal View History

cask 'taskexplorer' do
2017-05-06 08:13:50 +08:00
version '1.6.0'
sha256 '61a645e9a886a4631d9ed82182bdba9177845d1ce4cfbd1f0c0e7c2e96a9df9e'
# bitbucket.org/objective-see was verified as official when first introduced to the cask
url "https://bitbucket.org/objective-see/deploy/downloads/TaskExplorer_#{version}.zip"
2017-04-23 18:27:13 +08:00
appcast 'https://objective-see.com/products/changelogs/TaskExplorer.txt',
2017-05-06 08:13:50 +08:00
checkpoint: '41f17f50d40b9bce391572c276e2f812a5d0b2bb7ed20b54a881382930394792'
name 'TaskExplorer'
homepage 'https://objective-see.com/products/taskexplorer.html'
2017-04-23 18:27:13 +08:00
depends_on macos: '>= :mountain_lion'
app 'TaskExplorer.app'
end