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
2016-11-29 06:53:08 +08:00
version '3.1.3'
sha256 'd1c0d8071452fd5b1fdf65d0524a26a144c7760d184239bbe5db1708e04dc047'
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",
2016-11-29 06:53:08 +08:00
checkpoint: 'e00753abb33ff737c6a412204a1769f2a20d20b5ae4a099c0a47ce35da56cf14'
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