homebrew-cask/Casks/lockdown.rb

14 lines
557 B
Ruby
Raw Normal View History

2016-03-13 05:16:45 +08:00
cask 'lockdown' do
version '1.0.0'
sha256 '047f377e2a9495361084268c86cc80719e123bd8958d69fe51cd2be0d7ffd764'
2016-07-05 06:33:42 +08:00
# bitbucket.org/objective-see was verified as official when first introduced to the cask
2016-03-13 05:16:45 +08:00
url "https://bitbucket.org/objective-see/deploy/downloads/Lockdown_#{version}.zip"
2017-04-23 18:26:17 +08:00
appcast 'https://objective-see.com/products/changelogs/Lockdown.txt',
checkpoint: '864b3e63cc6594f204ae57f5539b293ac937748b828bf3b1543855e0296f12d7'
2016-03-13 05:16:45 +08:00
name 'Lockdown'
homepage 'https://objective-see.com/products/lockdown.html'
app 'Lockdown.app'
end