Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / aws-c-s3
Commits: 4e3fc3ea by Carl Smedstad at 2024-09-06T19:57:46+02:00 upgpkg: 0.6.5-1: Upstream release https://github.com/awslabs/aws-c-s3/releases/tag/v0.6.5 - - - - - 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.6.4 + pkgver = 0.6.5 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.6.4.tar.gz::https://github.com/awslabs/aws-c-s3/archive/v0.6.4.tar.gz - sha256sums = 3e60ee29c97f3b03fe31526ec42ade8f8207c505ffa4cc20511364f095cde363 + source = aws-c-s3-0.6.5.tar.gz::https://github.com/awslabs/aws-c-s3/archive/v0.6.5.tar.gz + sha256sums = b671006ae2b5c1302e49ca022e0f9e6504cfe171d9e47c3e59c52b2ab8e80ef5 pkgname = aws-c-s3 ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Carl Smedstad <car...@archlinux.org> pkgname=aws-c-s3 -pkgver=0.6.4 +pkgver=0.6.5 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=('3e60ee29c97f3b03fe31526ec42ade8f8207c505ffa4cc20511364f095cde363') +sha256sums=('b671006ae2b5c1302e49ca022e0f9e6504cfe171d9e47c3e59c52b2ab8e80ef5') build() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/aws-c-s3/-/commit/4e3fc3eac6a19e0f1efc929e746cea87150983ad -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/aws-c-s3/-/commit/4e3fc3eac6a19e0f1efc929e746cea87150983ad You're receiving this email because of your account on gitlab.archlinux.org.