diff --git a/opencore_legacy_patcher/constants.py b/opencore_legacy_patcher/constants.py index d16ad2423..bdba8738e 100644 --- a/opencore_legacy_patcher/constants.py +++ b/opencore_legacy_patcher/constants.py @@ -33,7 +33,7 @@ class Constants: # Kext Versioning ## Acidanthera ## https://github.com/acidanthera - self.lilu_version: str = "1.7.0" # Lilu + self.lilu_version: str = "1.7.1" # Lilu self.whatevergreen_version: str = "1.6.9" # WhateverGreen self.whatevergreen_navi_version: str = "1.6.9-Navi" # WhateverGreen (Navi Patch) self.airportbcrmfixup_version: str = "2.1.9" # AirPortBrcmFixup diff --git a/payloads/Kexts/Acidanthera/Lilu-v1.7.0-DEBUG.zip b/payloads/Kexts/Acidanthera/Lilu-v1.7.0-DEBUG.zip deleted file mode 100644 index 2a3941566..000000000 Binary files a/payloads/Kexts/Acidanthera/Lilu-v1.7.0-DEBUG.zip and /dev/null differ diff --git a/payloads/Kexts/Acidanthera/Lilu-v1.7.0-RELEASE.zip b/payloads/Kexts/Acidanthera/Lilu-v1.7.0-RELEASE.zip deleted file mode 100644 index 1090d7aab..000000000 Binary files a/payloads/Kexts/Acidanthera/Lilu-v1.7.0-RELEASE.zip and /dev/null differ diff --git a/payloads/Kexts/Acidanthera/Lilu-v1.7.1-DEBUG.zip b/payloads/Kexts/Acidanthera/Lilu-v1.7.1-DEBUG.zip new file mode 100644 index 000000000..c44dd55c0 Binary files /dev/null and b/payloads/Kexts/Acidanthera/Lilu-v1.7.1-DEBUG.zip differ diff --git a/payloads/Kexts/Acidanthera/Lilu-v1.7.1-RELEASE.zip b/payloads/Kexts/Acidanthera/Lilu-v1.7.1-RELEASE.zip new file mode 100644 index 000000000..8cac73f01 Binary files /dev/null and b/payloads/Kexts/Acidanthera/Lilu-v1.7.1-RELEASE.zip differ