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

Anatol Pomozov anatolik at gemini.archlinux.org
Thu Apr 21 19:37:12 UTC 2022


    Date: Thursday, April 21, 2022 @ 19:37:11
  Author: anatolik
Revision: 1187267

upgpkg: aws-c-s3 0.1.38-1

Modified:
  aws-c-s3/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-21 19:34:08 UTC (rev 1187266)
+++ PKGBUILD	2022-04-21 19:37:11 UTC (rev 1187267)
@@ -1,16 +1,16 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=aws-c-s3
-pkgver=0.1.30
+pkgver=0.1.38
 pkgrel=1
 pkgdesc='C99 library implementation for communicating with the S3 service, designed for maximizing throughput on high bandwidth EC2 instances'
 arch=(x86_64)
 url='https://github.com/awslabs/aws-c-s3'
 license=(Apache)
-depends=(aws-c-common aws-c-auth)
+depends=(aws-c-common aws-c-auth aws-checksums)
 makedepends=(cmake)
 source=(aws-c-s3-$pkgver.zip::https://github.com/awslabs/aws-c-s3/archive/v$pkgver.zip)
-sha256sums=('d0543311ab106647ccf3fe731411736e6788d537df82a1f95801d8106b2d9af8')
+sha256sums=('bbe8c473748c693fc9b142a6013b68ec9a7f25d4735a2f55868bb06eca40b32f')
 
 build() {
   cd aws-c-s3-$pkgver



More information about the arch-commits mailing list