Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / aws-c-s3
Commits: d46f1383 by Carl Smedstad at 2024-12-14T17:21:07+01:00 upgpkg: 0.7.7-1: Upstream release https://github.com/awslabs/aws-c-s3/releases/tag/v0.7.7 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = aws-c-s3 pkgdesc = C99 library implementation for communicating with the S3 service, designed for maximizing throughput on high bandwidth EC2 instances - pkgver = 0.7.2 + pkgver = 0.7.7 pkgrel = 1 url = https://github.com/awslabs/aws-c-s3 arch = x86_64 @@ -13,7 +13,7 @@ pkgbase = aws-c-s3 depends = aws-c-io depends = aws-checksums depends = glibc - source = aws-c-s3-0.7.2.tar.gz::https://github.com/awslabs/aws-c-s3/archive/v0.7.2.tar.gz - sha256sums = 4af522456b6e48741aea190ad9a32cc0fcb81b01c5e9ec5d0a782f855329c8b1 + source = aws-c-s3-0.7.7.tar.gz::https://github.com/awslabs/aws-c-s3/archive/v0.7.7.tar.gz + sha256sums = 843571de8cd504428bd4ef9ff574e3c91b51ae010813111757e1cfca951cf35e pkgname = aws-c-s3 ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Carl Smedstad <[email protected]> pkgname=aws-c-s3 -pkgver=0.7.2 +pkgver=0.7.7 pkgrel=1 pkgdesc='C99 library implementation for communicating with the S3 service, designed for maximizing throughput on high bandwidth EC2 instances' arch=(x86_64) @@ -19,7 +19,7 @@ depends=( ) makedepends=(cmake) source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('4af522456b6e48741aea190ad9a32cc0fcb81b01c5e9ec5d0a782f855329c8b1') +sha256sums=('843571de8cd504428bd4ef9ff574e3c91b51ae010813111757e1cfca951cf35e') build() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/aws-c-s3/-/commit/d46f1383b423ff47277b65b8e54ded5ec874052c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/aws-c-s3/-/commit/d46f1383b423ff47277b65b8e54ded5ec874052c You're receiving this email because of your account on gitlab.archlinux.org.
