build: goreleaser 2.11.0 and download script tweaks

This commit is contained in:
2025-07-12 16:51:10 -07:00
parent b5141d6a70
commit c372d79d1d
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ mkdir -p $DIR
BASE=https://geodns.bitnames.com/${BASE}/builds/${BUILD}
files=`curl -sSf ${BASE}/checksums.txt | awk '{print $2}'`
files=`curl -sSf ${BASE}/checksums.txt | sed 's/^[a-f0-9]*[[:space:]]*//'`
metafiles="checksums.txt metadata.json CHANGELOG.md artifacts.json"
for f in $metafiles; do