# HG changeset patch # User jasonwryan # Date 1736194501 -46800 # Tue Jan 07 09:15:01 2025 +1300 # Node ID ace6b2fa59266d24124de279db05fdfc67e583a9 # Parent e183664abd46874b8eb0919afa9145a8aad625ef Prepend newline to sumsfile diff --git a/Scripts/upsync b/Scripts/upsync --- a/Scripts/upsync +++ b/Scripts/upsync @@ -16,7 +16,7 @@ # grab binary curl -LO "$blob" -sha256sum "${blob##*/}" >> "$sumtext" +echo -e "\n$(sha256sum v1.29.0.tar.gz)" >> "$sumtext" # update package version & provides sed -i -e "s:pkgver=[0-9].*:pkgver=${release}: