Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / aws-c-common
Commits: 326f532d by Carl Smedstad at 2025-01-26T11:27:55+01:00 upgpkg: 0.10.8-1: Upstream release https://github.com/awslabs/aws-c-common/releases/tag/v0.10.8 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,13 +1,13 @@ pkgbase = aws-c-common pkgdesc = Core c99 package for AWS SDK for C. Includes cross-platform primitives, configuration, data structures, and error handling - pkgver = 0.10.7 + pkgver = 0.10.8 pkgrel = 1 url = https://github.com/awslabs/aws-c-common arch = x86_64 license = Apache-2.0 makedepends = cmake depends = glibc - source = aws-c-common-0.10.7.tar.gz::https://github.com/awslabs/aws-c-common/archive/v0.10.7.tar.gz - sha256sums = 29440e1db8fe9c7a217a2948d7755ceb91b6b2617f73c99592a55aa32a21fb19 + source = aws-c-common-0.10.8.tar.gz::https://github.com/awslabs/aws-c-common/archive/v0.10.8.tar.gz + sha256sums = fb7ce3cf22aac2c70a7676cd8ceeea785bb6ee2e4fea7d6cfb225a12fdc62775 pkgname = aws-c-common ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Carl Smedstad <[email protected]> pkgname=aws-c-common -pkgver=0.10.7 +pkgver=0.10.8 pkgrel=1 pkgdesc='Core c99 package for AWS SDK for C. Includes cross-platform primitives, configuration, data structures, and error handling' arch=(x86_64) @@ -11,7 +11,7 @@ license=(Apache-2.0) depends=(glibc) makedepends=(cmake) source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('29440e1db8fe9c7a217a2948d7755ceb91b6b2617f73c99592a55aa32a21fb19') +sha256sums=('fb7ce3cf22aac2c70a7676cd8ceeea785bb6ee2e4fea7d6cfb225a12fdc62775') build() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/aws-c-common/-/commit/326f532ddd6dbda5158b4ec57ca93fceb7133162 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/aws-c-common/-/commit/326f532ddd6dbda5158b4ec57ca93fceb7133162 You're receiving this email because of your account on gitlab.archlinux.org.
