k9s: Fix hash check (#5340)

This commit is contained in:
Aliaksandr Belik 2023-12-13 22:12:38 +03:00 committed by GitHub
parent 0d96e36be9
commit 82a4b2f1ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,8 @@
}
},
"hash": {
"url": "$baseurl/checksums.txt"
"url": "$baseurl/checksums.sha256",
"regex": "$sha256 $basename\\n"
}
}
}