Skip to content

Conversation

itchyny
Copy link
Contributor

@itchyny itchyny commented Jul 23, 2023

I'm creating the release jobs to update the signatures automatically, but before that, I'll close #1999 by adding the existing artifact checksums.

for ext in tar.gz zip; do
  for version in 1.3 1.4 1.5 1.5rc{1,2} 1.6; do
    curl -sSfLO --output-dir /tmp "https://github.com/jqlang/jq/releases/download/jq-${version}/jq-${version}.${ext}" &&
      (cd /tmp && sha256sum "jq-${version}.${ext}") | tee -a sig/v${version}/sha256sum.txt
  done
done
for f in sig/*/sha256sum.txt; do sort -k2 $f | sponge | tee $f; done

@itchyny itchyny added this to the 1.7 release milestone Jul 23, 2023
@nicowilliams nicowilliams merged commit dfdce8c into jqlang:master Jul 23, 2023
@nicowilliams
Copy link
Contributor

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot find checksum signature for jq-1.6.tar.gz
2 participants