homebrew-cask/Casks/hands-off.rb

16 lines
647 B
Ruby
Raw Normal View History

2014-11-14 01:26:00 +08:00
cask :v1 => 'hands-off' do
2015-01-18 04:34:17 +08:00
version '2.3.3'
sha256 '5df3de6b11df0e48ecbe333e475af1e196aa2fc7652e59fa74f9a09c1d199bee'
2014-09-14 00:55:26 +08:00
url "https://www.oneperiodic.com/files/Hands%20Off!%20v#{version}.dmg"
2014-10-15 23:43:50 +08:00
appcast 'http://www.metakine.com/sparkle/handsoff2/checkupdate.php',
:sha256 => '1524e28fd5c28146adf04a00145623d716f4a0162f24d38f354dc49d7730af7d'
2015-01-30 03:22:08 +08:00
name 'Hands Off!'
2015-01-18 04:34:17 +08:00
homepage 'http://www.oneperiodic.com/products/handsoff/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:40 +08:00
app 'Hands Off!.app'
2014-11-22 22:24:19 +08:00
2014-09-18 19:57:56 +08:00
zap :delete => '~/Library/Preferences/com.metakine.handsoff.plist'
2012-03-11 01:33:14 +08:00
end