Skip to content

Commit bf3ab25

Browse files
acpica@20230628: Fix hash (Closes #337)
1 parent f860e5f commit bf3ab25

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

bucket/acpica.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
2-
"version": "20230628",
3-
"description": "ACPICA tools for the development and debug of ACPI tables",
4-
"homepage": "http://www.acpica.org",
5-
"license": {
6-
"identifier": "Intel-ACPI,GPL-2.0-only,BSD-3-Clause",
7-
"url": "https://acpica.org/sites/acpica/files/licensing.txt"
8-
},
9-
"url": "https://acpica.org/sites/acpica/files/iasl-win-20230628.zip",
10-
"hash": "8011aa38b49a277466be70317bca1c8fbf1551dc44ef856a99bf1c9faad1dbb2",
11-
"bin": [
12-
"acpibin.exe",
13-
"acpidump.exe",
14-
"acpiexec.exe",
15-
"acpihelp.exe",
16-
"acpisrc.exe",
17-
"acpixtract.exe",
18-
"iasl.exe"
19-
],
20-
"env_set": {
21-
"IASL_PREFIX": "$dir\\"
22-
},
23-
"checkver": {
24-
"url": "https://acpica.org/downloads/binary-tools",
25-
"regex": "The current release of ACPICA is version <strong>(?<version>[\\d\\.]+)"
26-
},
27-
"autoupdate": {
28-
"url": "https://acpica.org/sites/acpica/files/iasl-win-$version.zip"
29-
}
30-
}
2+
"version": "20230628",
3+
"description": "ACPICA tools for the development and debug of ACPI tables",
4+
"homepage": "http://www.acpica.org",
5+
"license": {
6+
"identifier": "Intel-ACPI,GPL-2.0-only,BSD-3-Clause",
7+
"url": "https://acpica.org/sites/acpica/files/licensing.txt"
8+
},
9+
"url": "https://acpica.org/sites/acpica/files/iasl-win-20230628.zip",
10+
"hash": "6f632eed34f739a26f60f9fff2cf67389620e7c42506dfc12a14c4bebdb63c14",
11+
"bin": [
12+
"acpibin.exe",
13+
"acpidump.exe",
14+
"acpiexec.exe",
15+
"acpihelp.exe",
16+
"acpisrc.exe",
17+
"acpixtract.exe",
18+
"iasl.exe"
19+
],
20+
"env_set": {
21+
"IASL_PREFIX": "$dir\\"
22+
},
23+
"checkver": {
24+
"url": "https://acpica.org/downloads/binary-tools",
25+
"regex": "The current release of ACPICA is version <strong>(?<version>[\\d\\.]+)"
26+
},
27+
"autoupdate": {
28+
"url": "https://acpica.org/sites/acpica/files/iasl-win-$version.zip"
29+
}
30+
}

0 commit comments

Comments
 (0)