[arch-commits] Commit in aws-c-io/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Fri Feb 26 17:32:18 UTC 2021


    Date: Friday, February 26, 2021 @ 17:32:18
  Author: anatolik
Revision: 874429

upgpkg: aws-c-io 0.9.0-1

Modified:
  aws-c-io/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-26 17:26:41 UTC (rev 874428)
+++ PKGBUILD	2021-02-26 17:32:18 UTC (rev 874429)
@@ -1,16 +1,16 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=aws-c-io
-pkgver=0.8.2
+pkgver=0.9.0
 pkgrel=1
 pkgdesc='AWS SDK module to handle all IO and TLS work for application protocols'
 arch=(x86_64)
 url='https://github.com/awslabs/aws-c-io'
 license=(Apache)
-depends=(aws-c-common aws-c-cal s2n)
+depends=(aws-c-common aws-c-cal s2n-tls)
 makedepends=(cmake)
 source=(aws-c-io-$pkgver.zip::https://github.com/awslabs/aws-c-io/archive/v$pkgver.zip)
-sha256sums=('7aaec4d63cc6abf83eb70fd1b3dc1077e2df66659e1e8092bf42023e8d3667fe')
+sha256sums=('a72d640d301f128b0e719b92c86a7315caac52c0db658cef0329f764c2f15969')
 
 build() {
   cd aws-c-io-$pkgver



More information about the arch-commits mailing list