mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 04:41:21 +00:00
cosign: Fix hash regex & sget: Fix hash regex (#3255)
This commit is contained in:
parent
c5f8e00d06
commit
ccadd0517b
@ -19,7 +19,7 @@
|
|||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
"url": "$baseurl/cosign_checksums.txt",
|
"url": "$baseurl/cosign_checksums.txt",
|
||||||
"regex": "$sha256\\s+$basename[^_]"
|
"regex": "(?im)^$sha256\\s+$basename$"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
"url": "$baseurl/cosign_checksums.txt",
|
"url": "$baseurl/cosign_checksums.txt",
|
||||||
"regex": "$sha256\\s+$basename[^_]"
|
"regex": "(?im)^$sha256\\s+$basename$"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user