Skip to content

Commit 51bd27c

Browse files
committed
Generate SHA-512 checksums for releases
This commit makes it so that we upload SHA-512 checksums instead of MD5 checksums with release tarballs.
1 parent 8e938d0 commit 51bd27c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.before-deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ mkdir ./tag_build
88

99
# create and checksum the tarball
1010
tar -czvf ./tag_build/${TRAVIS_TAG}.tar.gz --exclude='tag_build' --exclude='.git' --transform "s,^\.,python-gssapi-${TRAVIS_TAG}," .
11-
md5sum --binary ./tag_build/${TRAVIS_TAG}.tar.gz > ./tag_build/${TRAVIS_TAG}.md5sum
11+
sha512sum --binary ./tag_build/${TRAVIS_TAG}.tar.gz > ./tag_build/${TRAVIS_TAG}.sha512sum

0 commit comments

Comments
 (0)