Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / 
aws-c-http


Commits:
c74974a5 by Carl Smedstad at 2024-10-26T11:00:45+02:00
upgpkg: 0.9.0-1: Upstream release

https://github.com/awslabs/aws-c-http/releases/tag/v0.9.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = aws-c-http
        pkgdesc = C99 implementation of the HTTP/1.1 and HTTP/2 specifications
-       pkgver = 0.8.10
+       pkgver = 0.9.0
        pkgrel = 1
        url = https://github.com/awslabs/aws-c-http
        arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = aws-c-http
        depends = aws-c-compression
        depends = aws-c-io
        depends = glibc
-       source = 
aws-c-http-0.8.10.tar.gz::https://github.com/awslabs/aws-c-http/archive/v0.8.10.tar.gz
-       sha256sums = 
f878802a4e0bcefadce9959ce443acaf77607a68d138f9d3db04a5a878f1a871
+       source = 
aws-c-http-0.9.0.tar.gz::https://github.com/awslabs/aws-c-http/archive/v0.9.0.tar.gz
+       sha256sums = 
ffba3a208e605ed247a130e2986f9d524283faf85f26da3452aac878ecefdfa2
 
 pkgname = aws-c-http


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Maintainer: Carl Smedstad <car...@archlinux.org>
 
 pkgname=aws-c-http
-pkgver=0.8.10
+pkgver=0.9.0
 pkgrel=1
 pkgdesc='C99 implementation of the HTTP/1.1 and HTTP/2 specifications'
 arch=(x86_64)
@@ -17,7 +17,7 @@ depends=(
 )
 makedepends=(cmake)
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('f878802a4e0bcefadce9959ce443acaf77607a68d138f9d3db04a5a878f1a871')
+sha256sums=('ffba3a208e605ed247a130e2986f9d524283faf85f26da3452aac878ecefdfa2')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aws-c-http/-/commit/c74974a5578a66b6af81dbdc447668b12595fe35

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aws-c-http/-/commit/c74974a5578a66b6af81dbdc447668b12595fe35
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to