newapkbuild: fix checksums to be last in ABPKUILD

ref https://github.com/alpinelinux/abuild/pull/42
This commit is contained in:
Natanael Copa 2018-10-03 10:49:02 +00:00
parent 1cbc853155
commit 51830efbb5

View File

@ -339,6 +339,9 @@ __EOF__
}
__EOF__
# regenerate checksum so they end last in APKBUILD
abuild -f checksum
}
usage() {