Skip to content

Commit 042d21b

Browse files
committed
update some kexts
1 parent 9566681 commit 042d21b

13 files changed

+3
-3
lines changed

oclp_r/constants.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def __init__(self) -> None:
2727
self.url_patcher_support_pkg: str = "https://github.com/hackdoc/PatcherSupportPkg/releases/download/"
2828
self.discord_link: str = "https://discord.gg/rqdPgH8xSN"
2929
self.guide_link: str = "https://hackdoc.github.io/oclpr/"
30-
self.repo_link: str = "https://github.com/hackdoc/OCLP-R"
30+
self.repo_link: str = "https://github.com/hackdoc/OCLP-R/releases/"
3131
self.installer_pkg_url: str = f"{self.repo_link}/releases/download/{self.patcher_version}/AutoPkg-Assets.pkg"
3232
self.installer_pkg_url_nightly: str = "http://nightly.link/hackdoc/OCLP-R/workflows/build-app-wxpython/main/AutoPkg-Assets.pkg.zip"
3333
self.user_download_file: str = f"/Users/{getpass.getuser()}/Downloads"
@@ -46,8 +46,8 @@ def __init__(self) -> None:
4646
self.applealc_version: str = "1.6.3" # AppleALC
4747
self.restrictevents_version: str = "1.1.7" # RestrictEvents
4848
self.featureunlock_version: str = "1.1.7" # FeatureUnlock
49-
self.debugenhancer_version: str = "1.1.0" # DebugEnhancer
50-
self.cpufriend_version: str = "1.2.9" # CPUFriend
49+
self.debugenhancer_version: str = "1.1.1" # DebugEnhancer
50+
self.cpufriend_version: str = "1.3.0" # CPUFriend
5151
self.bluetool_version: str = "2.6.9" # BlueToolFixup (BrcmPatchRAM)
5252
self.cslvfixup_version: str = "2.6.1" # CSLVFixup
5353
self.autopkg_version: str = "1.0.4" # AutoPkgInstaller
-12.1 KB
Binary file not shown.
-9.71 KB
Binary file not shown.
20 KB
Binary file not shown.
76.9 KB
Binary file not shown.
13 KB
Binary file not shown.
68.1 KB
Binary file not shown.
-13 KB
Binary file not shown.
-8.84 KB
Binary file not shown.
-11.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)