Skip to content

Commit

Permalink
ed25519: Update expected commit
Browse files Browse the repository at this point in the history
This change in ed25519 is an infrastructure change only: no need to
update.

Fixes #305
  • Loading branch information
Jussi Kukkonen committed Jan 15, 2021
1 parent 886e237 commit cd841cd
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="c13748e1d24c5c00f6ce2b9c38a319ae02355d97"
pyca_ed25519_expected="0abd61bd0ef914133906b797ad568b35d44744a2"
pyca_ed25519_git_url="https://github.com/pyca/ed25519.git"

pyca_ed25519_master_head=$(git ls-remote "$pyca_ed25519_git_url" master | cut -f1)
Expand Down

0 comments on commit cd841cd

Please sign in to comment.