Skip to content

Commit

Permalink
Build: Use macOS compatible sha512 (apache#3436)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbendick authored Nov 1, 2021
1 parent 62b4612 commit c1e4748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/source-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ git archive $release_hash --worktree-attributes --prefix $tag/ -o $projectdir/$t
echo "Signing the tarball..."
[[ -z "$keyid" ]] && keyopt="-u $keyid"
gpg --detach-sig $keyopt --armor --output ${projectdir}/${tarball}.asc ${projectdir}/$tarball
sha512sum ${projectdir}/$tarball > ${projectdir}/${tarball}.sha512
shasum -a 512 ${projectdir}/$tarball > ${projectdir}/${tarball}.sha512


echo "Checking out Iceberg RC subversion repo..."
Expand Down

0 comments on commit c1e4748

Please sign in to comment.