From ada5476834bff4458930fb880be19fd56effe0d2 Mon Sep 17 00:00:00 2001 From: Cory Bennett <32466081+Qonfused@users.noreply.github.com> Date: Wed, 14 Aug 2024 21:03:32 -0500 Subject: [PATCH] Bump OpenCore to v1.0.1 Resolves an issue booting recovery for OS X 10.8 and earlier (since 0.9.7, refer to https://github.com/acidanthera/OpenCorePkg/commit/7e39fedf18fc47873e8313a665b1146b6e7712e6). --- docs/README.md | 2 +- src/build.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/README.md b/docs/README.md index a7b67a5..95eb8a1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -14,7 +14,7 @@ ![License](https://img.shields.io/badge/⚖_License-BSD_3_Clause-lightblue?labelColor=3f4551) ![SemVer](https://img.shields.io/badge/SemVer-v0.1.0-important?logo=SemVer&labelColor=3f4551) ![macOS Versions](https://img.shields.io/badge/macOS%20Versions-10.4%20to%2015-important?labelColor=3f4551) - ![OpenCore](https://img.shields.io/badge/OpenCore-1.0.0-0c7dbe?logo=Osano&logoColor=0298e1&labelColor=3f4451) + ![OpenCore](https://img.shields.io/badge/OpenCore-1.0.1-0c7dbe?logo=Osano&logoColor=0298e1&labelColor=3f4451) ![OCE Build](https://github.com/Qonfused/OSX-Hyper-V/actions/workflows/oce-build.yml/badge.svg?branch=main) diff --git a/src/build.lock b/src/build.lock index 7c8848e..fb20ebe 100644 --- a/src/build.lock +++ b/src/build.lock @@ -36,11 +36,11 @@ dependencies: Lilu: build: DEBUG version: 1.6.8 - url: 'https://github.com/dortania/build-repo/releases/download/Lilu-2dd82ab/Lilu-1.6.8-DEBUG.zip' - resolution: 'acidanthera/Lilu@github:1.6.8#commit=2dd82ab744e4ee5311ac17023038abe110b662fc' + url: 'https://github.com/dortania/build-repo/releases/download/Lilu-7fd770c/Lilu-1.6.8-DEBUG.zip' + resolution: 'acidanthera/Lilu@github:1.6.8#commit=7fd770c407307a64b966df2b559f2b311db382df' specifier: 'acidanthera/Lilu@github' kind: Kext - revision: '{ SHA1: 2dd82ab744e4ee5311ac17023038abe110b662fc }' + revision: '{ SHA1: 7fd770c407307a64b966df2b559f2b311db382df }' MacHyperVSupport: build: DEBUG version: 0.9.8 @@ -52,11 +52,11 @@ dependencies: VirtualSMC: build: DEBUG version: 1.3.3 - url: 'https://github.com/dortania/build-repo/releases/download/VirtualSMC-038200e/VirtualSMC-1.3.3-DEBUG.zip' - resolution: 'acidanthera/VirtualSMC@github:1.3.3#commit=038200ee31a73b1c038c865a18cfc7ae6384bc53' + url: 'https://github.com/dortania/build-repo/releases/download/VirtualSMC-463e335/VirtualSMC-1.3.3-DEBUG.zip' + resolution: 'acidanthera/VirtualSMC@github:1.3.3#commit=463e335466197dc8d842adc127fb5d3599e31edc' specifier: 'acidanthera/VirtualSMC@github' kind: Kext - revision: '{ SHA1: 038200ee31a73b1c038c865a18cfc7ae6384bc53 }' + revision: '{ SHA1: 463e335466197dc8d842adc127fb5d3599e31edc }' OpenCorePkg: OcBinaryData: build: DEBUG @@ -67,9 +67,9 @@ dependencies: revision: '{ SHA1: af09b0bf763363ec9f4ecdbbe2f0adeb970948d8 }' OpenCore: build: DEBUG - version: 1.0.0 - url: 'https://github.com/acidanthera/OpenCorePkg/releases/download/1.0.0/OpenCore-1.0.0-DEBUG.zip' - resolution: 'acidanthera/OpenCorePkg@github:1.0.0#commit=b83537dde8b146ba4f3f4a3d2c7e6ea43b0522fa' + version: 1.0.1 + url: 'https://github.com/acidanthera/OpenCorePkg/releases/download/1.0.1/OpenCore-1.0.1-DEBUG.zip' + resolution: 'acidanthera/OpenCorePkg@github:1.0.1#commit=9d30e2b75e1935f27ec7578e88be5c28ff0d0d07' specifier: 'acidanthera/OpenCorePkg@github:latest' kind: Binary - revision: '{ SHA1: b83537dde8b146ba4f3f4a3d2c7e6ea43b0522fa }' \ No newline at end of file + revision: '{ SHA1: 9d30e2b75e1935f27ec7578e88be5c28ff0d0d07 }' \ No newline at end of file