Skip to content

Commit

Permalink
Add SHA1 to verify.sh (which I hadn't noticed before)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Feb 17, 2016
1 parent ca54a3a commit 6244d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ for v in "${versions[@]}"; do
thisTarBase="ubuntu-$v-core-cloudimg-$arch"
thisTar="$thisTarBase-root.tar.gz"
baseUrl="https://partner-images.canonical.com/core/$v"
for sums in sha256 md5; do
for sums in sha256 sha1 md5; do
sumsFile="$v/${sums^^}SUMS" # "SHA256SUMS"
sumCmd="${sums}sum" # "sha256sum"
if [ "$gpgFingerprint" ]; then
Expand Down

0 comments on commit 6244d22

Please sign in to comment.