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