From 1b70a572879ff8ac334938874aa0d6a7c649f4fe Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Fri, 30 May 2014 13:03:22 +0200 Subject: [PATCH] Also calculate the sha256sum of packages --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0e19a7e..46bea97 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ move_ee_to_secret_dir: ; fi md5: - find pkg -type f -exec md5sum {} \; + find pkg -type f -exec md5sum {} \; -exec sha256sum {} \; s3_sync: aws s3 sync pkg/ s3://${RELEASE_BUCKET} --acl public-read --region ${RELEASE_BUCKET_REGION} -- libgit2 0.21.2