From 26cffabf8687a84552845ae3a106aab72219ffd1 Mon Sep 17 00:00:00 2001
From: zzz <zzz@i2pmail.org>
Date: Sat, 25 Jun 2022 08:33:32 -0400
Subject: [PATCH] Build: Update GMP download script to 6.2.1

---
 core/c/jbigi/download_gmp.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/c/jbigi/download_gmp.sh b/core/c/jbigi/download_gmp.sh
index 90664ae93c..2e87833001 100644
--- a/core/c/jbigi/download_gmp.sh
+++ b/core/c/jbigi/download_gmp.sh
@@ -4,7 +4,7 @@
 #       (if a different version, change the GMP_VER= line below)
 #
 
-export GMP_VER=6.2.0
+export GMP_VER=6.2.1
 export GMP_TARVER=${GMP_VER}
 export GMP_DIR="gmp-$GMP_VER"
 export GMP_TAR="gmp-$GMP_TARVER.tar.bz2"
-- 
GitLab