Forgot to remove hardcoded version for testing
1 files changed, 1 insertions(+), 1 deletions(-) M Scripts/upsync
M Scripts/upsync +1 -1
@@ 16,7 16,7 @@ fi # grab binary curl -LO "$blob" -echo -e "\n$(sha256sum v1.29.0.tar.gz)" >> "$sumtext" +echo -e "\n$(sha256sum "${blob##*/}")" >> "$sumtext" # update package version & provides sed -i -e "s:pkgver=[0-9].*:pkgver=${release}: