mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/swig: bump version to 4.5.1
https://www.swig.org/Release/RELEASENOTES Added upstream sha1 & sha256 hashes. Switched _SITE to https. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Tested-by: Fiona Klute <fiona.klute@gmx.de> # libselinux Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
0d3fb5c061
commit
f8a1acdb6c
@@ -1,5 +1,7 @@
|
||||
# From https://sourceforge.net/projects/swig/files/swig/swig-4.5.1
|
||||
sha1 fab5ee9e27b703ea964e55abca585567ebac9bcf swig-4.5.1.tar.gz
|
||||
sha256 7fec50b27deddab5455a9633780b6341eddfb96215a7619e93a76eb27178f653 swig-4.5.1.tar.gz
|
||||
# Locally computed:
|
||||
sha256 2af08aced8fcd65cdb5cc62426768914bedc735b1c250325203716f78e39ac9b swig-4.1.1.tar.gz
|
||||
sha256 f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e LICENSE
|
||||
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 LICENSE-GPL
|
||||
sha256 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2 LICENSE-UNIVERSITIES
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SWIG_VERSION_MAJOR = 4.1
|
||||
SWIG_VERSION_MAJOR = 4.5
|
||||
SWIG_VERSION = $(SWIG_VERSION_MAJOR).1
|
||||
SWIG_SITE = http://downloads.sourceforge.net/project/swig/swig/swig-$(SWIG_VERSION)
|
||||
SWIG_SITE = https://downloads.sourceforge.net/project/swig/swig/swig-$(SWIG_VERSION)
|
||||
HOST_SWIG_DEPENDENCIES = host-bison host-pcre2
|
||||
HOST_SWIG_CONF_OPTS = \
|
||||
--with-pcre \
|
||||
|
||||
Reference in New Issue
Block a user