Date: Monday, March 20, 2023 @ 08:18:58
  Author: eworm
Revision: 471598

upgpkg: curl 8.0.0-1: new upstream release

Modified:
  curl/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-20 08:16:48 UTC (rev 471597)
+++ PKGBUILD    2023-03-20 08:18:58 UTC (rev 471598)
@@ -6,10 +6,10 @@
 
 pkgbase=curl
 pkgname=(curl libcurl-compat libcurl-gnutls)
-_tag='b3d2310c6441c075cdad12155da944886f1974a6' # git rev-parse v${_tag_name}
-_tag_name='7_88_1'
+_tag='741b214c095c688961ac847e86babfd68299e4ce' # git rev-parse v${_tag_name}
+_tag_name='8_0_0'
 pkgver="${_tag_name//_/.}"
-pkgrel=3
+pkgrel=1
 pkgdesc='command line tool and library for transferring data with URLs'
 arch=('x86_64')
 url='https://curl.haxx.se/'
@@ -24,11 +24,6 @@
 sha512sums=('SKIP')
 
 _backports=(
-  # tool_operate: avoid fclose(NULL) on bad header dump file
-  '1c9cfb7af368feefb522caf81b052ee742a76da8'
-
-  # CURLOPT_PIPEWAIT: allow waited reuse also for subsequent connections
-  '821f6e2a89de8aec1c7da3c0f381b92b2b801efc'
 )
 
 _reverts=(

Reply via email to