Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / aws-c-common
Commits: ee64a610 by Carl Smedstad at 2025-03-19T18:30:25+01:00 upgpkg: 0.12.1-1: Upstream release https://github.com/awslabs/aws-c-common/releases/tag/v0.12.1 - - - - - 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.12.0 + pkgver = 0.12.1 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.12.0.tar.gz::https://github.com/awslabs/aws-c-common/archive/v0.12.0.tar.gz - sha256sums = 765ca1be2be9b62a63646cb1f967f2aa781071f7780fdb5bbc7e9acfea0a1f35 + source = aws-c-common-0.12.1.tar.gz::https://github.com/awslabs/aws-c-common/archive/v0.12.1.tar.gz + sha256sums = 303505ed8770be88364c5fb7cac1843e5958ea1389cca8f1f0a84103d7660494 pkgname = aws-c-common ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Carl Smedstad <[email protected]> pkgname=aws-c-common -pkgver=0.12.0 +pkgver=0.12.1 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=('765ca1be2be9b62a63646cb1f967f2aa781071f7780fdb5bbc7e9acfea0a1f35') +sha256sums=('303505ed8770be88364c5fb7cac1843e5958ea1389cca8f1f0a84103d7660494') build() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/aws-c-common/-/commit/ee64a610da053b57f20866c9ca4193135c81da63 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/aws-c-common/-/commit/ee64a610da053b57f20866c9ca4193135c81da63 You're receiving this email because of your account on gitlab.archlinux.org.
