Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / aws-c-http
Commits: b923836d by Carl Smedstad at 2024-09-13T10:10:16+02:00 upgpkg: 0.8.9-1: Upstream release https://github.com/awslabs/aws-c-http/releases/tag/v0.8.9 - - - - - 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.8.8 + pkgver = 0.8.9 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.8.8.tar.gz::https://github.com/awslabs/aws-c-http/archive/v0.8.8.tar.gz - sha256sums = 4c3a4a6845653c1b01162968f936c31aea6b25d3a0bdbf050b2342b8b94fcca6 + source = aws-c-http-0.8.9.tar.gz::https://github.com/awslabs/aws-c-http/archive/v0.8.9.tar.gz + sha256sums = ce0fa079e86bdc4ae00fa0e076d478f1b3fd2e1d2f752e534419fb7ec1e4b023 pkgname = aws-c-http ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Carl Smedstad <[email protected]> pkgname=aws-c-http -pkgver=0.8.8 +pkgver=0.8.9 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=('4c3a4a6845653c1b01162968f936c31aea6b25d3a0bdbf050b2342b8b94fcca6') +sha256sums=('ce0fa079e86bdc4ae00fa0e076d478f1b3fd2e1d2f752e534419fb7ec1e4b023') build() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/aws-c-http/-/commit/b923836df2017ff5f733989fd92ac743e6901c5f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/aws-c-http/-/commit/b923836df2017ff5f733989fd92ac743e6901c5f You're receiving this email because of your account on gitlab.archlinux.org.
