homebrew-cask/Casks/ransomwhere.rb

26 lines
1.1 KiB
Ruby

cask 'ransomwhere' do
version '1.2.0'
sha256 'b36433e335f4c25de885cfa9af79f07395cf5d2e929900442a00b85983544a52'
# bitbucket.org/objective-see was verified as official when first introduced to the cask
url "https://bitbucket.org/objective-see/deploy/downloads/RansomWhere_#{version}.zip"
appcast 'https://objective-see.com/products/changelogs/RansomWhere.txt',
checkpoint: '1021aba2b54083b9d794406402eb89f2a38dac6fd23b843aad9ed5b42b2edd90'
name 'RansomWhere'
homepage 'https://objective-see.com/products/ransomwhere.html'
depends_on macos: '>= :mountain_lion'
installer script: {
executable: "#{staged_path}/RansomWhere_Installer.app/Contents/MacOS/RansomWhere_Installer",
args: ['-install'],
sudo: true,
}
uninstall script: {
executable: "#{staged_path}/RansomWhere_Installer.app/Contents/MacOS/RansomWhere_Installer",
args: ['-uninstall'],
sudo: true,
}
end