Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / aws-c-common
Commits: 27f0618e by Carl Smedstad at 2024-10-13T15:14:24+02:00 upgpkg: 0.9.29-1: Upstream release https://github.com/awslabs/aws-c-common/releases/tag/v0.9.29 - - - - - 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.9.28 + pkgver = 0.9.29 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.9.28.tar.gz::https://github.com/awslabs/aws-c-common/archive/v0.9.28.tar.gz - sha256sums = bf265e9e409d563b0eddcb66e1cb00ff6b371170db3e119348478d911d054317 + source = aws-c-common-0.9.29.tar.gz::https://github.com/awslabs/aws-c-common/archive/v0.9.29.tar.gz + sha256sums = e96b564daada01f571155be8e6c22e3a8833dc21bba7dacdc811b37db57a126f pkgname = aws-c-common ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Carl Smedstad <[email protected]> pkgname=aws-c-common -pkgver=0.9.28 +pkgver=0.9.29 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=('bf265e9e409d563b0eddcb66e1cb00ff6b371170db3e119348478d911d054317') +sha256sums=('e96b564daada01f571155be8e6c22e3a8833dc21bba7dacdc811b37db57a126f') build() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/aws-c-common/-/commit/27f0618ebfd909d689a47027681eb7a7ff165e0d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/aws-c-common/-/commit/27f0618ebfd909d689a47027681eb7a7ff165e0d You're receiving this email because of your account on gitlab.archlinux.org.
