homebrew-cask/Casks/ransomwhere.rb

26 lines
1.1 KiB
Ruby
Raw Normal View History

2016-04-23 19:34:36 +08:00
cask 'ransomwhere' do
2017-04-20 19:52:02 +08:00
version '1.2.0'
sha256 'b36433e335f4c25de885cfa9af79f07395cf5d2e929900442a00b85983544a52'
2016-04-23 19:34:36 +08:00
2016-09-02 05:34:01 +08:00
# bitbucket.org/objective-see was verified as official when first introduced to the cask
2016-04-23 19:34:36 +08:00
url "https://bitbucket.org/objective-see/deploy/downloads/RansomWhere_#{version}.zip"
2017-04-23 18:27:05 +08:00
appcast 'https://objective-see.com/products/changelogs/RansomWhere.txt',
checkpoint: '1021aba2b54083b9d794406402eb89f2a38dac6fd23b843aad9ed5b42b2edd90'
2016-04-23 19:34:36 +08:00
name 'RansomWhere'
homepage 'https://objective-see.com/products/ransomwhere.html'
2017-04-23 18:27:05 +08:00
depends_on macos: '>= :mountain_lion'
2016-09-02 05:34:01 +08:00
installer script: {
executable: "#{staged_path}/RansomWhere_Installer.app/Contents/MacOS/RansomWhere_Installer",
2016-09-02 05:34:01 +08:00
args: ['-install'],
sudo: true,
}
uninstall script: {
executable: "#{staged_path}/RansomWhere_Installer.app/Contents/MacOS/RansomWhere_Installer",
2016-09-02 05:34:01 +08:00
args: ['-uninstall'],
sudo: true,
}
2016-04-23 19:34:36 +08:00
end