diff options
Diffstat (limited to 'scripts/verify_distfiles.sh')
-rwxr-xr-x | scripts/verify_distfiles.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/verify_distfiles.sh b/scripts/verify_distfiles.sh index d7fe77d4..9d56cfe4 100755 --- a/scripts/verify_distfiles.sh +++ b/scripts/verify_distfiles.sh @@ -14,6 +14,7 @@ check_distfiles() { else myver=$(qatom $1 |awk '{print $3 "esr"}') fi + myver=${myver/_beta/b} sigfile=$(mktemp) wget -O ${sigfile}.asc -q https://archive.mozilla.org/pub/${mybasename}/releases/${myver}/SHA512SUMS.asc |