Skip to content

Commit

Permalink
Merge pull request #3735 from citrus-it/bpr52
Browse files Browse the repository at this point in the history
Backports to r151052
  • Loading branch information
oetiker authored Nov 18, 2024
2 parents 914fa0a + 2703f70 commit 9a23d9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/curl/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
. ../../lib/build.sh

PROG=curl
VER=8.10.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, "
Expand Down
3 changes: 1 addition & 2 deletions build/expat/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build/wget/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down

0 comments on commit 9a23d9d

Please sign in to comment.