Skip to content

Commit c33a139

Browse files
koukszucs
authored andcommitted
ARROW-3416: [Packaging] Use SHA512 instead of SHA1
Author: Kouhei Sutou <kou@clear-code.com> Closes apache#2690 from kou/add-sha512-and-remove-sha1 and squashes the following commits: 2018231 <Kouhei Sutou> Use SHA512 instead of SHA1
1 parent 0d1f120 commit c33a139

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev/release/02-source.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ ${SOURCE_DIR}/run-rat.sh ${tarball}
115115

116116
# sign the archive
117117
gpg --armor --output ${tarball}.asc --detach-sig ${tarball}
118-
shasum -a 1 $tarball > ${tarball}.sha1
119118
shasum -a 256 $tarball > ${tarball}.sha256
119+
shasum -a 512 $tarball > ${tarball}.sha512
120120

121121
# check out the arrow RC folder
122122
svn co --depth=empty https://dist.apache.org/repos/dist/dev/arrow tmp

0 commit comments

Comments
 (0)