Skip to content

Commit

Permalink
Merge pull request #412 from lukpueh/bump-ed25519
Browse files Browse the repository at this point in the history
Ed25519: Update expected hash
  • Loading branch information
lukpueh authored Jun 14, 2022
2 parents 3e276ac + 62d6588 commit 0c8f834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion securesystemslib/_vendor/test-ed25519-upstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set -eu
# This commit matches our securesystemslib/_vendor/ed25519/ content.
# If upstream changes, we should review the changes, vendor them,
# and update the hash here
pyca_ed25519_expected="62249780f252036a6d494cd15d0390957115f011"
pyca_ed25519_expected="f98354b09ffde8444a04c71f8e3ac7b948c89a02"
pyca_ed25519_git_url="https://github.com/pyca/ed25519.git"

pyca_ed25519_main_head=$(git ls-remote "$pyca_ed25519_git_url" main | cut -f1)
Expand Down

0 comments on commit 0c8f834

Please sign in to comment.