Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / 
aws-c-common


Commits:
61094e36 by Carl Smedstad at 2025-01-28T20:04:12+01:00
upgpkg: 0.10.9-1: Upstream release

https://github.com/awslabs/aws-c-common/releases/tag/v0.10.9

- - - - -


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.8
+       pkgver = 0.10.9
        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.8.tar.gz::https://github.com/awslabs/aws-c-common/archive/v0.10.8.tar.gz
-       sha256sums = 
fb7ce3cf22aac2c70a7676cd8ceeea785bb6ee2e4fea7d6cfb225a12fdc62775
+       source = 
aws-c-common-0.10.9.tar.gz::https://github.com/awslabs/aws-c-common/archive/v0.10.9.tar.gz
+       sha256sums = 
fd3c452232972ca65f09ba9cd7657bd6e39d5386a4f4eae3f3cd344eee1b88ce
 
 pkgname = aws-c-common


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Maintainer: Carl Smedstad <car...@archlinux.org>
 
 pkgname=aws-c-common
-pkgver=0.10.8
+pkgver=0.10.9
 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=('fb7ce3cf22aac2c70a7676cd8ceeea785bb6ee2e4fea7d6cfb225a12fdc62775')
+sha256sums=('fd3c452232972ca65f09ba9cd7657bd6e39d5386a4f4eae3f3cd344eee1b88ce')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aws-c-common/-/commit/61094e36f80a09077931d186a83cb0f7133fdc8b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aws-c-common/-/commit/61094e36f80a09077931d186a83cb0f7133fdc8b
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to