mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Update to Sierra version of Jitouch (#25927)
This commit is contained in:
committed by
Josh Hagins
parent
76ed0de20e
commit
3a61af920a
+10
-1
@@ -2,7 +2,16 @@ cask 'jitouch' do
|
||||
version :latest
|
||||
sha256 :no_check
|
||||
|
||||
url 'https://www.jitouch.com/jitouch_el_capitan.zip'
|
||||
if MacOS.version <= :mountain_lion
|
||||
url 'https://www.jitouch.com/jitouch_mountain_lion.zip'
|
||||
elsif MacOS.version <= :mavericks
|
||||
url 'https://www.jitouch.com/jitouch_mavericks.zip'
|
||||
elsif MacOS.version <= :el_capitan
|
||||
url 'https://www.jitouch.com/jitouch_el_capitan.zip'
|
||||
else
|
||||
url 'https://www.jitouch.com/jitouch_sierra.zip'
|
||||
end
|
||||
|
||||
name 'jitouch'
|
||||
homepage 'https://www.jitouch.com'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user