homebrew-cask/Casks/dhs.rb

14 lines
530 B
Ruby
Raw Normal View History

2016-01-31 21:23:14 +08:00
cask 'dhs' do
2016-12-20 09:03:30 +08:00
version '1.3.1'
sha256 '3fc293da9f4730790e8c07833e0225fa6b57d2455bec53dd8e5b1e50de41c8d4'
2016-01-31 21:23:14 +08:00
# bitbucket.org/objective-see was verified as official when first introduced to the cask
2016-01-31 21:23:14 +08:00
url "https://bitbucket.org/objective-see/deploy/downloads/DHS_#{version}.zip"
2016-12-23 02:36:43 +08:00
appcast 'https://objective-see.com/products.json',
checkpoint: 'b2004932186e0eb176a9ac01fe499de292d502d7a17559e900822f9cdbfa74d6'
2016-12-23 02:20:09 +08:00
name 'Dylib Hijack Scanner'
2016-01-31 21:23:14 +08:00
homepage 'https://objective-see.com/products/dhs.html'
app 'DHS.app'
end