diff --git a/CHANGELOG.md b/CHANGELOG.md index a2316412c..bf89fe32a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ - PatcherSupportPkg 0.7.3 - release - KDKlessWorkaround 1.0.0 - rolling (4924276) - FeatureUnlock 1.1.2 - rolling (eee2846) + - CPUFriend 1.2.6 - release ## 0.5.3 - Integrate FixPCIeLinkrate.efi v0.1.0 diff --git a/payloads/Kexts/Acidanthera/CPUFriend-v1.2.5-DEBUG.zip b/payloads/Kexts/Acidanthera/CPUFriend-v1.2.5-DEBUG.zip deleted file mode 100644 index b112f49d9..000000000 Binary files a/payloads/Kexts/Acidanthera/CPUFriend-v1.2.5-DEBUG.zip and /dev/null differ diff --git a/payloads/Kexts/Acidanthera/CPUFriend-v1.2.5-RELEASE.zip b/payloads/Kexts/Acidanthera/CPUFriend-v1.2.5-RELEASE.zip deleted file mode 100644 index 9e9dc1dd6..000000000 Binary files a/payloads/Kexts/Acidanthera/CPUFriend-v1.2.5-RELEASE.zip and /dev/null differ diff --git a/payloads/Kexts/Acidanthera/CPUFriend-v1.2.6-DEBUG.zip b/payloads/Kexts/Acidanthera/CPUFriend-v1.2.6-DEBUG.zip new file mode 100644 index 000000000..5f129fd31 Binary files /dev/null and b/payloads/Kexts/Acidanthera/CPUFriend-v1.2.6-DEBUG.zip differ diff --git a/payloads/Kexts/Acidanthera/CPUFriend-v1.2.6-RELEASE.zip b/payloads/Kexts/Acidanthera/CPUFriend-v1.2.6-RELEASE.zip new file mode 100644 index 000000000..0afd6e01f Binary files /dev/null and b/payloads/Kexts/Acidanthera/CPUFriend-v1.2.6-RELEASE.zip differ diff --git a/resources/constants.py b/resources/constants.py index 50dc69aaf..d69913b70 100644 --- a/resources/constants.py +++ b/resources/constants.py @@ -40,7 +40,7 @@ class Constants: self.restrictevents_version = "1.0.9" # RestrictEvents self.featureunlock_version = "1.1.2" # FeatureUnlock self.debugenhancer_version = "1.0.7" # DebugEnhancer - self.cpufriend_version = "1.2.5" # CPUFriend + self.cpufriend_version = "1.2.6" # CPUFriend self.bluetool_version = "2.6.4" # BlueToolFixup (BrcmPatchRAM) self.cslvfixup_version = "2.6.1" # CSLVFixup self.autopkg_version = "1.0.1" # AutoPkgInstaller