homebrew-cask/Casks/hands-off.rb

19 lines
579 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'hands-off' do
version '3.0.6'
sha256 '8c6b8b8f813e16378e5e6652d74c997cdf6ed3922aa6389d008af1efb2d77a09'
2014-09-14 00:55:26 +08:00
url "https://www.oneperiodic.com/files/Hands%20Off!%20v#{version}.dmg"
appcast "https://www.oneperiodic.com/handsoff#{version.major}.xml",
checkpoint: 'e77c570a88756fa34f6c0a80df1cd7c239e223f34c827343b22edbd88430ee31'
2015-01-30 03:22:08 +08:00
name 'Hands Off!'
2015-06-29 14:32:18 +08:00
homepage 'https://www.oneperiodic.com/products/handsoff/'
2014-09-16 00:05:40 +08:00
app 'Hands Off!.app'
2014-11-22 22:24:19 +08:00
postflight do
suppress_move_to_applications
end
zap delete: '~/Library/Preferences/com.metakine.handsoff.plist'
2012-03-11 01:33:14 +08:00
end