summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjazztickets2023-09-13 09:21:37 -0600
committerjazztickets2023-09-13 09:21:37 -0600
commitcf7dd499125c75e1381f7c198f40743faf551561 (patch)
tree29b8a8fdfbef6cd68baaefaa7e4e1740e085bfc7
parent9382b25d2aeea7461ca3c6d46fa10dcc48e3860d (diff)
downloadaur-cf7dd499125c75e1381f7c198f40743faf551561.tar.gz
remove glob
-rwxr-xr-xupgrade.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrade.sh b/upgrade.sh
index 7428d22eb5a2..7b7ac4ba4488 100755
--- a/upgrade.sh
+++ b/upgrade.sh
@@ -28,7 +28,7 @@ if ! wget "$url"; then
fi
# get checksum
-checksum=$(sha256sum sqlite-autoconf-*.tar.gz | cut -f1 -d ' ')
+checksum=$(sha256sum "sqlite-autoconf-${url_version}.tar.gz" | cut -f1 -d ' ')
if [ -z "$checksum" ]; then
echo "Bad sha256sum!"
exit 1