rakudo-star: Fix hash extraction (#3443)

also changed autoupdate#️⃣regex
This commit is contained in:
Anton Oks 2022-03-27 05:59:48 +02:00 committed by GitHub
parent 95c7bf3c0a
commit 0773268858
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@
}, },
"hash": { "hash": {
"url": "$url.checksums.txt", "url": "$url.checksums.txt",
"regex": "$basename\\)\\s+=\\s+$sha256" "regex": "SHA256\\s+$sha256"
} }
} }
} }