Update BlueToolFixup to rolling

This commit is contained in:
Mykola Grymalyuk
2023-07-29 18:06:53 -06:00
parent 9631cc48bd
commit d12b39bd98
6 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
# OpenCore Legacy Patcher changelog
## 0.6.9
- Resolve BCM2046 and BCM2070 support on macOS 13.3 and newer
- Increment Binaries:
- OpenCorePkg 0.9.3 - release
- Lilu 1.6.6 - release
@@ -9,7 +10,7 @@
- FeatureUnlock 1.1.5 - release
- DebugEnhancer 1.0.8 - release
- CPUFriend 1.2.7 - release
- BlueToolFixup 2.6.7 - release
- BlueToolFixup 2.6.8 - rolling (2305aaa)
- CryptexFixup 1.0.2 - release
## 0.6.8

View File

@@ -43,7 +43,7 @@ class Constants:
self.featureunlock_version: str = "1.1.5" # FeatureUnlock
self.debugenhancer_version: str = "1.0.8" # DebugEnhancer
self.cpufriend_version: str = "1.2.7" # CPUFriend
self.bluetool_version: str = "2.6.7" # BlueToolFixup (BrcmPatchRAM)
self.bluetool_version: str = "2.6.8" # BlueToolFixup (BrcmPatchRAM)
self.cslvfixup_version: str = "2.6.1" # CSLVFixup
self.autopkg_version: str = "1.0.2" # AutoPkgInstaller
self.cryptexfixup_version: str = "1.0.2" # CryptexFixup