xz@5.2.9: Fix hash and checkver

This commit is contained in:
Hsiao-nan Cheung 2022-12-01 13:24:43 +08:00
parent 0387b30725
commit 804eda5b57
No known key found for this signature in database
GPG Key ID: A97377F8EF10E3F2

View File

@ -7,7 +7,7 @@
"url": "https://git.tukaani.org/?p=xz.git;a=blob;f=COPYING" "url": "https://git.tukaani.org/?p=xz.git;a=blob;f=COPYING"
}, },
"url": "https://tukaani.org/xz/xz-5.2.9-windows.zip", "url": "https://tukaani.org/xz/xz-5.2.9-windows.zip",
"hash": "f779372372ebcb1b87a3e23c7f144d002b30edba4ffddab96d917b8f0cd6ad9c", "hash": "62ac7ba1e223616b365bd7bf1f2231b1c7e0aad111d53e675bef77ef1ac65c43",
"architecture": { "architecture": {
"64bit": { "64bit": {
"bin": [ "bin": [
@ -26,7 +26,10 @@
] ]
} }
}, },
"checkver": "<h3>Stable<\\/h3>\\s+<p>\\s+([\\d.]+) was released", "checkver": {
"url": "https://git.tukaani.org/?p=xz.git;a=blob_plain;f=NEWS",
"regex": "\\n([\\d.]+) \\("
},
"autoupdate": { "autoupdate": {
"url": "https://tukaani.org/xz/xz-$version-windows.zip" "url": "https://tukaani.org/xz/xz-$version-windows.zip"
} }