Skip to content

Commit 04000bf

Browse files
committed
update kexts
1 parent 22756a4 commit 04000bf

27 files changed

+5
-5
lines changed

oclp_r/constants.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@ def __init__(self) -> None:
4141
# Kext Versioning
4242
## Acidanthera
4343
## https://github.com/acidanthera
44-
self.lilu_version: str = "1.7.0" # Lilu
44+
self.lilu_version: str = "1.7.1" # Lilu
4545
self.whatevergreen_version: str = "1.7.1" # WhateverGreen
4646
self.whatevergreen_navi_version: str = "1.6.9-Navi" # WhateverGreen (Navi Patch)
47-
self.airportbcrmfixup_version: str = "2.1.9" # AirPortBrcmFixup
48-
self.nvmefix_version: str = "1.1.2" # NVMeFix
47+
self.airportbcrmfixup_version: str = "2.2.0" # AirPortBrcmFixup
48+
self.nvmefix_version: str = "1.1.3" # NVMeFix
4949
self.applealc_version: str = "1.6.3" # AppleALC
5050
self.restrictevents_version: str = "1.1.7" # RestrictEvents
51-
self.featureunlock_version: str = "1.1.7" # FeatureUnlock
51+
self.featureunlock_version: str = "1.1.8" # FeatureUnlock
5252
self.debugenhancer_version: str = "1.1.1" # DebugEnhancer
5353
self.cpufriend_version: str = "1.3.0" # CPUFriend
54-
self.bluetool_version: str = "2.6.9" # BlueToolFixup (BrcmPatchRAM)
54+
self.bluetool_version: str = "2.7.1" # BlueToolFixup (BrcmPatchRAM)
5555
self.cslvfixup_version: str = "2.6.1" # CSLVFixup
5656
self.autopkg_version: str = "1.0.4" # AutoPkgInstaller
5757
self.cryptexfixup_version: str = "1.0.5" # CryptexFixup
-28.3 KB
Binary file not shown.
-19.2 KB
Binary file not shown.
28.2 KB
Binary file not shown.
19.1 KB
Binary file not shown.
-10.9 KB
Binary file not shown.
-10.5 KB
Binary file not shown.
11 KB
Binary file not shown.
10.4 KB
Binary file not shown.
-12.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)