diff --git a/build/curl/build.sh b/build/curl/build.sh index 3a57e9480e..ab0b94760c 100755 --- a/build/curl/build.sh +++ b/build/curl/build.sh @@ -18,7 +18,7 @@ . ../../lib/build.sh PROG=curl -VER=8.9.1 +VER=8.11.0 PKG=web/curl SUMMARY="Command line tool for transferring data with URL syntax" DESC="Curl is a command line tool for transferring data with URL syntax, " diff --git a/build/expat/build.sh b/build/expat/build.sh index 0cc62df41c..0b1cd541e3 100755 --- a/build/expat/build.sh +++ b/build/expat/build.sh @@ -18,7 +18,7 @@ . ../../lib/build.sh PROG=expat -VER=2.6.3 +VER=2.6.4 PKG=library/expat SUMMARY="XML parser library" DESC="Fast streaming XML parser written in C" @@ -40,7 +40,6 @@ PKGDIFF_HELPER=" init download_source $PROG $PROG $VER patch_source -run_inbuild ./buildconf.sh prep_build autoconf -oot build -multi run_testsuite check diff --git a/build/wget/build.sh b/build/wget/build.sh index b7f846fc43..8a76cf2612 100755 --- a/build/wget/build.sh +++ b/build/wget/build.sh @@ -18,7 +18,7 @@ . ../../lib/build.sh PROG=wget -VER=1.24.5 +VER=1.25.0 PKG=web/wget SUMMARY="GNU Wget" DESC="Retrieving files using HTTP, HTTPS, FTP and FTPS "