Skip to content

Commit

Permalink
Bump OpenCore to v1.0.1
Browse files Browse the repository at this point in the history
Resolves an issue booting recovery for OS X 10.8 and earlier (since 0.9.7, refer to acidanthera/OpenCorePkg@7e39fed).
  • Loading branch information
Qonfused committed Aug 15, 2024
1 parent b16b38a commit ada5476
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a href="/LICENSE">![License](https://img.shields.io/badge/⚖_License-BSD_3_Clause-lightblue?labelColor=3f4551)</a>
<a href="/docs/CHANGELOG.md">![SemVer](https://img.shields.io/badge/SemVer-v0.1.0-important?logo=SemVer&labelColor=3f4551)</a>
<a href="">![macOS Versions](https://img.shields.io/badge/macOS%20Versions-10.4%20to%2015-important?labelColor=3f4551)</a>
<a href="https://github.com/acidanthera/OpenCorePkg/releases">![OpenCore](https://img.shields.io/badge/OpenCore-1.0.0-0c7dbe?logo=Osano&logoColor=0298e1&labelColor=3f4451)</a>
<a href="https://github.com/acidanthera/OpenCorePkg/releases">![OpenCore](https://img.shields.io/badge/OpenCore-1.0.1-0c7dbe?logo=Osano&logoColor=0298e1&labelColor=3f4451)</a>
<a href="https://github.com/Qonfused/OSX-Hyper-V/actions/workflows/oce-build.yml">![OCE Build](https://github.com/Qonfused/OSX-Hyper-V/actions/workflows/oce-build.yml/badge.svg?branch=main)</a>

</div>
Expand Down
20 changes: 10 additions & 10 deletions src/build.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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 }'
revision: '{ SHA1: 9d30e2b75e1935f27ec7578e88be5c28ff0d0d07 }'

0 comments on commit ada5476

Please sign in to comment.