diff --git a/build/curl/build.sh b/build/curl/build.sh index 3567aa8958..dfa923b3ca 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 f8b980c372..a66cf8ebdf 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" diff --git a/build/wget/build.sh b/build/wget/build.sh index 2b58cc4c94..8a76cf2612 100755 --- a/build/wget/build.sh +++ b/build/wget/build.sh @@ -13,12 +13,12 @@ # }}} # # Copyright 2011-2012 OmniTI Computer Consulting, Inc. All rights reserved. -# Copyright 2022 OmniOS Community Edition (OmniOSce) Association. +# Copyright 2024 OmniOS Community Edition (OmniOSce) Association. # . ../../lib/build.sh PROG=wget -VER=1.21.3 +VER=1.25.0 PKG=web/wget SUMMARY="GNU Wget" DESC="Retrieving files using HTTP, HTTPS, FTP and FTPS "