Skip to content

Commit

Permalink
[tools/depends][native] Bump Swig 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzard committed Jan 21, 2024
1 parent 74bb250 commit bfde176
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
12 changes: 2 additions & 10 deletions tools/depends/native/swig/Makefile
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
include ../../Makefile.include
include ../../Makefile.include SWIG-VERSION ../../download-files.include
PREFIX=$(NATIVEPREFIX)
PLATFORM=$(NATIVEPLATFORM)

DEPS = ../../Makefile.include Makefile ../../download-files.include

# lib name, version
LIBNAME=swig
VERSION=4.0.2
SOURCE=$(LIBNAME)-$(VERSION)
ARCHIVE=$(SOURCE).tar.gz
SHA512=05e7da70ce6d9a733b96c0bcfa3c1b82765bd859f48c74759bbf4bb1467acb1809caa310cba5e2b3280cd704fca249eaa0624821dffae1d2a75097c7f55d14ed
include ../../download-files.include
DEPS = ../../Makefile.include Makefile SWIG-VERSION ../../download-files.include

# configuration settings
CONFIGURE=./configure --prefix=$(PREFIX) --without-alllang --without-x --disable-ccache
Expand Down
4 changes: 4 additions & 0 deletions tools/depends/native/swig/SWIG-VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
LIBNAME=swig
VERSION=4.2.0
ARCHIVE=$(LIBNAME)-$(VERSION).tar.gz
SHA512=b7f508b25bc6e882ed6123f6c7ad12b02a7b74de09ac6e5789968e9c2f51407d1e3dafd5ea495087b4fb0f447ecce17e6070471479c67c4265166d8342a10862

0 comments on commit bfde176

Please sign in to comment.