Sync binaries to release variants

This commit is contained in:
Mykola Grymalyuk
2023-01-02 09:23:14 -07:00
parent abbb9c1c66
commit f4d6ef1741
16 changed files with 7 additions and 5 deletions
+3 -1
View File
@@ -18,10 +18,12 @@
- Allows for easy root patching, dropping reliance on Safe Mode to boot - Allows for easy root patching, dropping reliance on Safe Mode to boot
- Primarily applicable for Mac Pros with AMD Polaris and Vega GPUs - Primarily applicable for Mac Pros with AMD Polaris and Vega GPUs
- Increment Binaries: - Increment Binaries:
- OpenCorePkg 0.8.8 - release
- PatcherSupportPkg 0.7.3 - release - PatcherSupportPkg 0.7.3 - release
- KDKlessWorkaround 1.0.0 - rolling (4924276) - KDKlessWorkaround 1.0.0 - rolling (4924276)
- FeatureUnlock 1.1.2 - rolling (eee2846) - FeatureUnlock 1.1.2 - release
- CPUFriend 1.2.6 - release - CPUFriend 1.2.6 - release
- Lilu 1.6.3 - release
## 0.5.3 ## 0.5.3
- Integrate FixPCIeLinkrate.efi v0.1.0 - Integrate FixPCIeLinkrate.efi v0.1.0
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+4 -4
View File
@@ -26,14 +26,14 @@ class Constants:
# OpenCore Versioning # OpenCore Versioning
# https://github.com/acidanthera/OpenCorePkg # https://github.com/acidanthera/OpenCorePkg
self.opencore_commit = "10fc98f - 12-06-2022" self.opencore_commit = "a753334 - 01-02-2023"
self.opencore_version = "0.8.7" self.opencore_version = "0.8.8"
# Kext Versioning # Kext Versioning
## Acidanthera ## Acidanthera
## https://github.com/acidanthera ## https://github.com/acidanthera
self.lilu_version = "1.6.2" # Lilu self.lilu_version = "1.6.3" # Lilu
self.whatevergreen_version = "1.6.2" # WhateverGreen self.whatevergreen_version = "1.6.3" # WhateverGreen
self.airportbcrmfixup_version = "2.1.6" # AirPortBrcmFixup self.airportbcrmfixup_version = "2.1.6" # AirPortBrcmFixup
self.nvmefix_version = "1.0.9" # NVMeFix self.nvmefix_version = "1.0.9" # NVMeFix
self.applealc_version = "1.6.3" # AppleALC self.applealc_version = "1.6.3" # AppleALC