Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
lib32-curl
Commits:
6b2f083f by Christian Hesse at 2024-09-11T08:19:58+02:00
upgpkg: 8.10.0-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = lib32-curl
pkgdesc = command line tool and library for transferring data with URLs
(32-bit)
- pkgver = 8.9.1
+ pkgver = 8.10.0
pkgrel = 1
url = https://curl.se/
arch = x86_64
@@ -28,9 +28,9 @@ pkgbase = lib32-curl
depends = libz.so
depends = lib32-zstd
depends = libzstd.so
- source = git+https://github.com/curl/curl.git#tag=curl-8_9_1?signed
+ source = git+https://github.com/curl/curl.git#tag=curl-8_10_0?signed
validpgpkeys = 27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2
- sha512sums =
402e12ad615c1db98df9cc8199d46f5c7a9bd174a457e469acbd9d3f567cc36b2db1fc3a010c3aa8e752da182f48d3b4590c98f15f6fad6ed063c4224d794442
+ sha512sums =
db31eefb0bb0585b8d28aa28e1e9924bf2cbef7f9765795f9048fa39fbf1f5a8fda37a98c49ce099feae77e833db3129c13dc0b343e8c00a084c5bdae5ba2951
pkgname = lib32-curl
depends = curl
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
pkgbase=lib32-curl
pkgname=(lib32-curl lib32-libcurl-compat lib32-libcurl-gnutls)
-pkgver=8.9.1
+pkgver=8.10.0
pkgrel=1
pkgdesc='command line tool and library for transferring data with URLs
(32-bit)'
arch=('x86_64')
@@ -26,7 +26,7 @@ depends=('curl'
makedepends=('git' 'patchelf' 'lib32-gnutls' 'lib32-openssl')
validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
source=("git+https://github.com/curl/curl.git#tag=curl-${pkgver//./_}?signed")
-sha512sums=('402e12ad615c1db98df9cc8199d46f5c7a9bd174a457e469acbd9d3f567cc36b2db1fc3a010c3aa8e752da182f48d3b4590c98f15f6fad6ed063c4224d794442')
+sha512sums=('db31eefb0bb0585b8d28aa28e1e9924bf2cbef7f9765795f9048fa39fbf1f5a8fda37a98c49ce099feae77e833db3129c13dc0b343e8c00a084c5bdae5ba2951')
_backports=(
)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-curl/-/commit/6b2f083f13dc9a646c1f770751cc8cee2ef265e1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-curl/-/commit/6b2f083f13dc9a646c1f770751cc8cee2ef265e1
You're receiving this email because of your account on gitlab.archlinux.org.