aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2024-05-02 05:17:53 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2024-05-02 11:12:16 +0000
commit9d76c6b734cff6d0c405eb3699f5a30b958563fc (patch)
treeeac677dd99cee2edad2a7d519ba3829b91c0d952
parente83fd26ebb126dd1bf6725d72dbbd2720ab67e59 (diff)
community/aws-c-io: upgrade to 0.14.7
Fixes test failure due to expired certifiate See: https://github.com/awslabs/aws-c-io/releases/tag/v0.14.7
-rw-r--r--community/aws-c-io/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/aws-c-io/APKBUILD b/community/aws-c-io/APKBUILD
index 288ae9b407c..b4a6bd80d6a 100644
--- a/community/aws-c-io/APKBUILD
+++ b/community/aws-c-io/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Holger Jaekel <holger.jaekel@gmx.de>
# Maintainer:
pkgname=aws-c-io
-pkgver=0.14.3
+pkgver=0.14.7
pkgrel=0
pkgdesc="Module for the AWS SDK for C handling all IO and TLS work for application protocols"
url="https://github.com/awslabs/aws-c-io"
@@ -59,5 +59,5 @@ dev() {
}
sha512sums="
-bb8666853abbd583aea2f30099fe947562809ccab36ae11708c118b5bd6a7876b8d94ef45bb988b44c4dd1dc76e6dff70adb7a20b8b5d89d2d7ea2138b3ecea8 aws-c-io-0.14.3.tar.gz
+a5aaafa936855dfc636e2cc18426488995023d8db9170e361bb6cbea6a169edcecd7b8e26c2a41b1511bd844b1494898089364b0fa1fffdc74e961a87543f223 aws-c-io-0.14.7.tar.gz
"