mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
- Updates the jitouch formula to reference the current version, 2.6, which adds support for OS X Yosemite.
12 lines
281 B
Ruby
12 lines
281 B
Ruby
cask :v1 => 'jitouch' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'http://www.jitouch.com/jitouch_yosemite.zip'
|
|
homepage 'http://www.jitouch.com'
|
|
license :unknown
|
|
|
|
prefpane 'jitouch/Jitouch.prefPane'
|
|
|
|
zap :delete => '~/Library/Preferences/com.jitouch.Jitouch.plist'
|
|
end
|