Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / aws-c-http
Commits: eb5c7ea5 by Carl Smedstad at 2026-01-03T16:01:31+01:00 upgpkg: 0.10.8-1: Upstream release https://github.com/awslabs/aws-c-http/releases/tag/v0.10.8 - - - - - 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.7 + pkgver = 0.10.8 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.7.tar.gz::https://github.com/awslabs/aws-c-http/archive/v0.10.7.tar.gz - sha256sums = ce9e71c3eae67b1c6c0149278e0d0929a7d928c3547de64999430c8592864ad4 + source = aws-c-http-0.10.8.tar.gz::https://github.com/awslabs/aws-c-http/archive/v0.10.8.tar.gz + sha256sums = 214b64fe47a1eb3abab7d00a002af6668700ee51c5bc2f04f01335c94bd23425 pkgname = aws-c-http ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Carl Smedstad <[email protected]> pkgname=aws-c-http -pkgver=0.10.7 +pkgver=0.10.8 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=('ce9e71c3eae67b1c6c0149278e0d0929a7d928c3547de64999430c8592864ad4') +sha256sums=('214b64fe47a1eb3abab7d00a002af6668700ee51c5bc2f04f01335c94bd23425') build() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/aws-c-http/-/commit/eb5c7ea557931cb646028c4fef2907b5a200058a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/aws-c-http/-/commit/eb5c7ea557931cb646028c4fef2907b5a200058a You're receiving this email because of your account on gitlab.archlinux.org.
