homebrew-cask/Casks/hands-off.rb

20 lines
602 B
Ruby

cask 'hands-off' do
version '3.0.2'
sha256 'e954858da72a6f05194feb8cc193e3a2a10d33de38381f461b8894be95bde56e'
url "https://www.oneperiodic.com/files/Hands%20Off!%20v#{version}.dmg"
appcast "http://www.oneperiodic.com/handsoff#{version.major}.xml",
:sha256 => 'ee501580e9352c394f080d3f7ca98715a9ee0ec5c6e1fdb578fe8ad527aa274a'
name 'Hands Off!'
homepage 'https://www.oneperiodic.com/products/handsoff/'
license :commercial
app 'Hands Off!.app'
postflight do
suppress_move_to_applications
end
zap :delete => '~/Library/Preferences/com.metakine.handsoff.plist'
end