Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / aws-crt-cpp
Commits: ca521a01 by Carl Smedstad at 2026-01-03T16:09:19+01:00 upgpkg: 0.36.1-1: Upstream release https://github.com/awslabs/aws-crt-cpp/releases/tag/v0.36.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = aws-crt-cpp pkgdesc = C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++. - pkgver = 0.36.0 + pkgver = 0.36.1 pkgrel = 1 url = https://github.com/awslabs/aws-crt-cpp arch = x86_64 @@ -18,7 +18,7 @@ pkgbase = aws-crt-cpp depends = aws-checksums depends = gcc-libs depends = glibc - source = aws-crt-cpp-0.36.0.tar.gz::https://github.com/awslabs/aws-crt-cpp/archive/v0.36.0.tar.gz - sha256sums = 6ef0781929ef2cba0b21f1e3f585491b6a656e48acf3cab041f8f82c569ab642 + source = aws-crt-cpp-0.36.1.tar.gz::https://github.com/awslabs/aws-crt-cpp/archive/v0.36.1.tar.gz + sha256sums = 5e0fcfbb90fdb6ffd7a0cb87798429ee2bf364e309d549ba7c3349bc470f8501 pkgname = aws-crt-cpp ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Carl Smedstad <[email protected]> pkgname=aws-crt-cpp -pkgver=0.36.0 +pkgver=0.36.1 pkgrel=1 pkgdesc='C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.' arch=(x86_64) @@ -24,7 +24,7 @@ depends=( ) makedepends=(cmake) source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('6ef0781929ef2cba0b21f1e3f585491b6a656e48acf3cab041f8f82c569ab642') +sha256sums=('5e0fcfbb90fdb6ffd7a0cb87798429ee2bf364e309d549ba7c3349bc470f8501') build() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/aws-crt-cpp/-/commit/ca521a01cf65fbaa606974693de094dac222c641 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/aws-crt-cpp/-/commit/ca521a01cf65fbaa606974693de094dac222c641 You're receiving this email because of your account on gitlab.archlinux.org.
