Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
llhttp
Commits:
7c6694ac by Caleb Maclennan at 2026-02-14T22:35:28+03:00
upgpkg: 9.3.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = llhttp
pkgdesc = Port of http_parser to llparse
- pkgver = 9.3.0
+ pkgver = 9.3.1
pkgrel = 1
url = https://llhttp.org
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = llhttp
makedepends = npm
makedepends = ts-node
depends = glibc
- source = git+https://github.com/nodejs/llhttp#tag=v9.3.0
- sha256sums =
e50bb063f12869f5af99afb991bb3cad5fcebb1e28d82be09b6b9616ac894920
+ source = git+https://github.com/nodejs/llhttp#tag=v9.3.1
+ sha256sums =
b09cc993e0c9941257441b51b657c23542e01c9607ce2f38f8667ebdeb0bfb65
pkgname = llhttp
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: George Rawlinson <[email protected]>
pkgname=llhttp
-pkgver=9.3.0
+pkgver=9.3.1
pkgrel=1
pkgdesc='Port of http_parser to llparse'
arch=(x86_64)
@@ -15,7 +15,7 @@ makedepends=(cmake
npm
ts-node)
source=(git+https://github.com/nodejs/llhttp#tag=v$pkgver)
-sha256sums=('e50bb063f12869f5af99afb991bb3cad5fcebb1e28d82be09b6b9616ac894920')
+sha256sums=('b09cc993e0c9941257441b51b657c23542e01c9607ce2f38f8667ebdeb0bfb65')
build() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/llhttp/-/commit/7c6694acccc1780590b2ef9fbcc91d473419e85c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/llhttp/-/commit/7c6694acccc1780590b2ef9fbcc91d473419e85c
You're receiving this email because of your account on gitlab.archlinux.org.