From eeb2ec31939c7c8262284b7405071ef7c4d9b2ee Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Tue, 2 Apr 2024 15:46:27 +0000 Subject: [PATCH] curl - update from 8.6.0 to 8.7.1 --- build/curl/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/curl/build.sh b/build/curl/build.sh index 1a89f0288e..2d54702a6d 100755 --- a/build/curl/build.sh +++ b/build/curl/build.sh @@ -18,7 +18,7 @@ . ../../lib/build.sh PROG=curl -VER=8.6.0 +VER=8.7.1 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, "