From 2c1aaa5536d601c4203c4ba451141578beeeee16 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 17 Feb 2017 11:07:15 +0100 Subject: abuild: unset md5 and sha256 sums when updating checksum this fixes problem with abump --- abuild.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'abuild.in') diff --git a/abuild.in b/abuild.in index 6c57cf0..6d93e1f 100644 --- a/abuild.in +++ b/abuild.in @@ -1960,6 +1960,8 @@ checksum() { done msg "Updating the sha512sums in APKBUILD..." + md5sums= + sha256sums= sha512sums="$(cd "$srcdir" && sha512sum $files)" \ || die "sha512sum failed" echo "sha512sums=\"$sha512sums\"" >>"$APKBUILD" -- cgit v1.2.3-70-g09d2