kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / curl-rustls
Commits: 937e5f45 by kpcyrd at 2025-06-04T15:10:59+02:00 upgpkg: 8.14.1-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = curl-rustls pkgdesc = command line tool and library for transferring data with URLs (with rustls) - pkgver = 8.14.0 + pkgver = 8.14.1 pkgrel = 1 url = https://curl.se/ arch = x86_64 @@ -25,8 +25,8 @@ pkgbase = curl-rustls depends = libz.so depends = zstd depends = libzstd.so - source = git+https://github.com/curl/curl.git#tag=curl-8_14_0?signed + source = git+https://github.com/curl/curl.git#tag=curl-8_14_1?signed validpgpkeys = 27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2 - sha512sums = 2d1103904a7e876db02fc42591743c9d51eacaf8a66becd612875f8053102ec207456efeab6ff9f0197ccb516423566355115916991e1eff61499d3031763140 + sha512sums = 3c63dc98c695413bc9d5c2f7d12de7b635777cb93bc6724f8636c00752a0ccf87c827c5e04b03dba38822e93caca58095c6e0f4bdd83a82e20956a7e7f75c0a4 pkgname = curl-rustls ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ # Contributor: Daniel J Griffiths <ghost1...@archlinux.us> pkgname=curl-rustls -pkgver=8.14.0 +pkgver=8.14.1 pkgrel=1 pkgdesc='command line tool and library for transferring data with URLs (with rustls)' arch=('x86_64') @@ -25,7 +25,7 @@ depends=('ca-certificates' makedepends=('git' 'patchelf') validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg source=("git+https://github.com/curl/curl.git#tag=curl-${pkgver//./_}?signed") -sha512sums=('2d1103904a7e876db02fc42591743c9d51eacaf8a66becd612875f8053102ec207456efeab6ff9f0197ccb516423566355115916991e1eff61499d3031763140') +sha512sums=('3c63dc98c695413bc9d5c2f7d12de7b635777cb93bc6724f8636c00752a0ccf87c827c5e04b03dba38822e93caca58095c6e0f4bdd83a82e20956a7e7f75c0a4') _backports=( ) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/curl-rustls/-/commit/937e5f453d61e7f73f34e1d5614d70cd7028078b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/curl-rustls/-/commit/937e5f453d61e7f73f34e1d5614d70cd7028078b You're receiving this email because of your account on gitlab.archlinux.org.