[Buildroot] [git commit branch/next] package/swig: bump to version 4.1.1

Thomas Petazzoni thomas.petazzoni at bootlin.com
Mon Feb 20 20:54:28 UTC 2023


commit: https://git.buildroot.net/buildroot/commit/?id=260924e239627cbe1379cfc752939245d53a06e0
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Signed-off-by: Francois Perrad <francois.perrad at gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/swig/Config.in.host | 2 +-
 package/swig/swig.hash      | 2 +-
 package/swig/swig.mk        | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/swig/Config.in.host b/package/swig/Config.in.host
index fd2049d30a..4c0deebc58 100644
--- a/package/swig/Config.in.host
+++ b/package/swig/Config.in.host
@@ -5,4 +5,4 @@ config BR2_PACKAGE_HOST_SWIG
 	  written in C and C++ with a variety of high-level
 	  programming languages.
 
-	  http://www.swig.org/
+	  https://www.swig.org/
diff --git a/package/swig/swig.hash b/package/swig/swig.hash
index 64fe4f979e..21590c422a 100644
--- a/package/swig/swig.hash
+++ b/package/swig/swig.hash
@@ -1,5 +1,5 @@
 # Locally computed:
-sha256  d53be9730d8d58a16bf0cbd1f8ac0c0c3e1090573168bfa151b01eb47fa906fc  swig-4.0.2.tar.gz
+sha256  2af08aced8fcd65cdb5cc62426768914bedc735b1c250325203716f78e39ac9b  swig-4.1.1.tar.gz
 sha256  f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e  LICENSE
 sha256  8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  LICENSE-GPL
 sha256  7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2  LICENSE-UNIVERSITIES
diff --git a/package/swig/swig.mk b/package/swig/swig.mk
index 437cf448be..d432cab53d 100644
--- a/package/swig/swig.mk
+++ b/package/swig/swig.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-SWIG_VERSION_MAJOR = 4.0
-SWIG_VERSION = $(SWIG_VERSION_MAJOR).2
+SWIG_VERSION_MAJOR = 4.1
+SWIG_VERSION = $(SWIG_VERSION_MAJOR).1
 SWIG_SITE = http://downloads.sourceforge.net/project/swig/swig/swig-$(SWIG_VERSION)
 HOST_SWIG_DEPENDENCIES = host-bison host-pcre
 HOST_SWIG_CONF_OPTS = \



More information about the buildroot mailing list