mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Add Karabiner-Elements 11.6 for <= :el_capitan users (#46723)
* Add Karabiner-Elements 11.6 for <= :el_capitan users * Add Karabiner-Elements 11.6 for <= :el_capitan users fixes * Add Karabiner-Elements 11.6 for <= :el_capitan users comparison fix
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
cask 'karabiner-elements' do
|
||||
version '12.0.0'
|
||||
sha256 '605aa1309aa88a4d4f78d3522cf920518ac97cdac58efea23e8b76f8d84c1c28'
|
||||
if MacOS.version == :el_capitan
|
||||
version '11.6.0'
|
||||
sha256 'c1b06252ecc42cdd8051eb3d606050ee47b04532629293245ffdfa01bbc2430d'
|
||||
else
|
||||
version '12.0.0'
|
||||
sha256 '605aa1309aa88a4d4f78d3522cf920518ac97cdac58efea23e8b76f8d84c1c28'
|
||||
end
|
||||
|
||||
url "https://pqrs.org/osx/karabiner/files/Karabiner-Elements-#{version}.dmg"
|
||||
appcast 'https://pqrs.org/osx/karabiner/files/karabiner-elements-appcast.xml',
|
||||
@@ -9,7 +14,7 @@ cask 'karabiner-elements' do
|
||||
homepage 'https://pqrs.org/osx/karabiner/'
|
||||
|
||||
auto_updates true
|
||||
depends_on macos: '>= :sierra'
|
||||
depends_on macos: '>= :el_capitan'
|
||||
|
||||
pkg 'Karabiner-Elements.sparkle_guided.pkg'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user