# HG changeset patch # User jasonwryan # Date 1736624661 -46800 # Sun Jan 12 08:44:21 2025 +1300 # Node ID 5c0224fa5ca3a87aa61e17654385eeb2daabe2d7 # Parent 1f981e7f8a8e7a3423d18f99ff68ac15f114de2e Forgot to remove hardcoded version for testing diff --git a/Scripts/upsync b/Scripts/upsync --- a/Scripts/upsync +++ b/Scripts/upsync @@ -16,7 +16,7 @@ # 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}: