Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / aws-c-http
Commits: b0457c56 by Carl Smedstad at 2025-10-26T02:04:10+01:00 upgpkg: 0.10.6-1: Upstream release https://github.com/awslabs/aws-c-http/releases/tag/v0.10.6 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = aws-c-http pkgdesc = C99 implementation of the HTTP/1.1 and HTTP/2 specifications - pkgver = 0.10.5 + pkgver = 0.10.6 pkgrel = 1 url = https://github.com/awslabs/aws-c-http arch = x86_64 @@ -11,7 +11,7 @@ pkgbase = aws-c-http depends = aws-c-compression depends = aws-c-io depends = glibc - source = aws-c-http-0.10.5.tar.gz::https://github.com/awslabs/aws-c-http/archive/v0.10.5.tar.gz - sha256sums = 02e8e67f5f03fa6458f8921232dc7a9076792d2822ad86f19c3f984fc1a073a8 + source = aws-c-http-0.10.6.tar.gz::https://github.com/awslabs/aws-c-http/archive/v0.10.6.tar.gz + sha256sums = 0e513d25bc49a7f583d9bb246dabbe64d23d8a2bd105026a8f914d05aa1df147 pkgname = aws-c-http ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Carl Smedstad <[email protected]> pkgname=aws-c-http -pkgver=0.10.5 +pkgver=0.10.6 pkgrel=1 pkgdesc='C99 implementation of the HTTP/1.1 and HTTP/2 specifications' arch=(x86_64) @@ -17,7 +17,7 @@ depends=( ) makedepends=(cmake) source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('02e8e67f5f03fa6458f8921232dc7a9076792d2822ad86f19c3f984fc1a073a8') +sha256sums=('0e513d25bc49a7f583d9bb246dabbe64d23d8a2bd105026a8f914d05aa1df147') build() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/aws-c-http/-/commit/b0457c56478a821720ecd364acbc31bdd217559d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/aws-c-http/-/commit/b0457c56478a821720ecd364acbc31bdd217559d You're receiving this email because of your account on gitlab.archlinux.org.
