abuild: unset md5 and sha256 sums when updating checksum
this fixes problem with abump
This commit is contained in:
parent
30c5103bfb
commit
2c1aaa5536
@ -1960,6 +1960,8 @@ checksum() {
|
|||||||
done
|
done
|
||||||
|
|
||||||
msg "Updating the sha512sums in APKBUILD..."
|
msg "Updating the sha512sums in APKBUILD..."
|
||||||
|
md5sums=
|
||||||
|
sha256sums=
|
||||||
sha512sums="$(cd "$srcdir" && sha512sum $files)" \
|
sha512sums="$(cd "$srcdir" && sha512sum $files)" \
|
||||||
|| die "sha512sum failed"
|
|| die "sha512sum failed"
|
||||||
echo "sha512sums=\"$sha512sums\"" >>"$APKBUILD"
|
echo "sha512sums=\"$sha512sums\"" >>"$APKBUILD"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user