mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 09:41:20 +00:00
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:
parent
d37a57cb52
commit
c6231dc4d1
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user