rakudo-star@2025.06.1-01: Correct shim (#6941)

* rakudo-star@2025.06.1-01: correct zef extension

* fix: autoupdate.hash.regex

---------

Co-authored-by: Donlon Eamonn McGovern <dmcgovern@inter-state.com>
This commit is contained in:
Donlon Eamonn McGovern 2025-07-05 12:15:07 -05:00 committed by GitHub
parent d37a57cb52
commit c6231dc4d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@
"bin\\perl6.exe",
"bin\\raku.exe",
"bin\\rakudo.exe",
"share\\perl6\\site\\bin\\zef.bat"
"share\\perl6\\site\\bin\\zef.exe"
],
"checkver": {
"url": "https://rakudo.org/downloads/star",
@ -28,7 +28,7 @@
},
"hash": {
"url": "$url.checksums.txt",
"regex": "SHA256\\s+$sha256"
"regex": "SHA256\\s\\(\\S+\\)\\s=\\s$sha256"
}
}
}