Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / aws-crt-cpp
Commits: fafca4eb by Carl Smedstad at 2024-08-30T21:43:31+02:00 upgpkg: 0.28.2-1: Upstream release https://github.com/awslabs/aws-crt-cpp/releases/tag/v0.28.2 - - - - - 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.28.1 + pkgver = 0.28.2 pkgrel = 1 url = https://github.com/awslabs/aws-crt-cpp arch = x86_64 @@ -17,7 +17,7 @@ pkgbase = aws-crt-cpp depends = aws-c-sdkutils depends = gcc-libs depends = glibc - source = aws-crt-cpp-0.28.1.tar.gz::https://github.com/awslabs/aws-crt-cpp/archive/v0.28.1.tar.gz - sha256sums = 084d4b9d1b4aae5873ae69a81b4232360dd8b62bd80c7432fff9503ef263d5fe + source = aws-crt-cpp-0.28.2.tar.gz::https://github.com/awslabs/aws-crt-cpp/archive/v0.28.2.tar.gz + sha256sums = 7f27df9d2028008e665bab4b2e094365eac696610610e52182c679a43dbeaf6f pkgname = aws-crt-cpp ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Carl Smedstad <[email protected]> pkgname=aws-crt-cpp -pkgver=0.28.1 +pkgver=0.28.2 pkgrel=1 pkgdesc='C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.' arch=(x86_64) @@ -23,7 +23,7 @@ depends=( ) makedepends=(cmake) source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('084d4b9d1b4aae5873ae69a81b4232360dd8b62bd80c7432fff9503ef263d5fe') +sha256sums=('7f27df9d2028008e665bab4b2e094365eac696610610e52182c679a43dbeaf6f') build() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/aws-crt-cpp/-/commit/fafca4eb1417fa811f06499ffcffb2764165ece9 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/aws-crt-cpp/-/commit/fafca4eb1417fa811f06499ffcffb2764165ece9 You're receiving this email because of your account on gitlab.archlinux.org.
