diff options
author | fossdd <fossdd@pwned.life> | 2024-08-24 10:35:47 +0000 |
---|---|---|
committer | omni <omni+alpine@hack.org> | 2024-08-25 03:34:55 +0000 |
commit | fc19a7e4d1284641683b3de76a3b27614c6f47c3 (patch) | |
tree | e787570272034280a6e4915b2704137e53bf3dc4 | |
parent | 59d23270f23be4767d6dd97cbe049f4a716768b4 (diff) | |
download | aports-fc19a7e4d1284641683b3de76a3b27614c6f47c3.zip |
community/aws-c-common: upgrade to 0.9.27
-rw-r--r-- | community/aws-c-common/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/aws-c-common/APKBUILD b/community/aws-c-common/APKBUILD index 8e183d8c0a9..e78900a77e5 100644 --- a/community/aws-c-common/APKBUILD +++ b/community/aws-c-common/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Holger Jaekel <holger.jaekel@gmx.de> # Maintainer: fossdd <fossdd@pwned.life> pkgname=aws-c-common -pkgver=0.9.25 +pkgver=0.9.27 pkgrel=0 pkgdesc="Core c99 package for AWS SDK for C including cross-platform primitives, configuration, data structures, and error handling" url="https://github.com/awslabs/aws-c-common" @@ -46,5 +46,5 @@ dev() { } sha512sums=" -e725862a461337411bc139634c0d4f6f9e87e56eff28c487654d7eadf065cf7e7bfc3a4a38b64f97d1a019735589e1fe6389090aff0fc4e2a1013abf027a7283 aws-c-common-0.9.25.tar.gz +c58c93931c21166e85593a011257b74f661904a0ab1951abb38267012f5a13e1600af82c41b3bb488d41d25629d9deee4525c34747c3383afed6c7aee09a840b aws-c-common-0.9.27.tar.gz " |