Repository: arrow
Updated Branches:
  refs/heads/master 675e25158 -> b5d510f72


ARROW-1358: Update sha{1, 256, 512} checksums per latest ASF release policy

See http://www.apache.org/dev/release-distribution#sigs-and-sums

Author: Wes McKinney <wes.mckin...@twosigma.com>

Closes #1077 from wesm/ARROW-1358 and squashes the following commits:

61adb01 [Wes McKinney] Add SHA256 and SHA512 checksums named in accordance with 
updated ASF release checksum policy


Project: http://git-wip-us.apache.org/repos/asf/arrow/repo
Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/b5d510f7
Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/b5d510f7
Diff: http://git-wip-us.apache.org/repos/asf/arrow/diff/b5d510f7

Branch: refs/heads/master
Commit: b5d510f72bf0bbe2c9a38122a0d68e550f0c12b8
Parents: 675e251
Author: Wes McKinney <wes.mckin...@twosigma.com>
Authored: Sun Sep 10 08:03:59 2017 +0200
Committer: Uwe L. Korn <uw...@xhochy.com>
Committed: Sun Sep 10 08:03:59 2017 +0200

----------------------------------------------------------------------
 dev/release/02-source.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/arrow/blob/b5d510f7/dev/release/02-source.sh
----------------------------------------------------------------------
diff --git a/dev/release/02-source.sh b/dev/release/02-source.sh
index 6ab160c..6247813 100755
--- a/dev/release/02-source.sh
+++ b/dev/release/02-source.sh
@@ -98,7 +98,9 @@ ${SOURCE_DIR}/run-rat.sh ${tarball}
 # sign the archive
 gpg --armor --output ${tarball}.asc --detach-sig ${tarball}
 gpg --print-md MD5 ${tarball} > ${tarball}.md5
-shasum $tarball > ${tarball}.sha
+sha1sum $tarball > ${tarball}.sha1
+sha256sum $tarball > ${tarball}.sha256
+sha512sum $tarball > ${tarball}.sha512
 
 # check out the arrow RC folder
 svn co --depth=empty https://dist.apache.org/repos/dist/dev/arrow tmp

Reply via email to