-
Notifications
You must be signed in to change notification settings - Fork 0
/
nvchecker.toml
78 lines (63 loc) · 1.54 KB
/
nvchecker.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
[__config__]
oldver = "old_ver.json"
newver = "new_ver.json"
[OpenCorePkg]
source = "github"
github = "acidanthera/OpenCorePkg"
use_latest_release = true
[HfsPlus_efi]
source = "github"
github = "acidanthera/OcBinaryData"
path = "Drivers/HfsPlus.efi"
[Lilu]
source = "github"
github = "acidanthera/Lilu"
use_latest_release = true
[VirtualSMC]
source = "github"
github = "acidanthera/VirtualSMC"
use_latest_release = true
[NootedRed]
source = "git"
git = "https://github.com/ChefKissInc/NootedRed.git"
use_commit = true
[SSDT-CPUR_aml]
source = "github"
github = "dortania/Getting-Started-With-ACPI"
path = "extra-files/compiled/SSDT-CPUR.aml"
[SSDT-EC-USBX-DESKTOP_aml]
source = "github"
github = "dortania/Getting-Started-With-ACPI"
path = "extra-files/compiled/SSDT-EC-USBX-DESKTOP.aml"
[USBToolBox]
source = "github"
github = "USBToolBox/kext"
use_latest_release = true
[AppleALC]
source = "github"
github = "acidanthera/AppleALC"
use_latest_release = true
[AMDRyzenCPUPowerManagement]
source = "github"
github = "trulyspinach/SMCAMDProcessor"
use_latest_release = true
[SMCRadeonGPU]
source = "github"
github = "ChefKissInc/RadeonSensor"
use_latest_release = true
[BlueToolFixup]
source = "github"
github = "acidanthera/BrcmPatchRAM"
use_latest_release = true
[IntelBluetoothFirmware]
source = "github"
github = "OpenIntelWireless/IntelBluetoothFirmware"
use_latest_release = true
[AirportItlwm]
source = "github"
github = "OpenIntelWireless/itlwm"
use_latest_release = true
[Resources]
source = "github"
github = "acidanthera/OcBinaryData"
path = "Resources"