Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
llhttp
Commits:
ef66e9cd by Caleb Maclennan at 2025-05-04T11:02:32+03:00
upgpkg: 9.3.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = llhttp
pkgdesc = Port of http_parser to llparse
- pkgver = 9.2.1
- pkgrel = 2
+ pkgver = 9.3.0
+ pkgrel = 1
url = https://llhttp.org
arch = x86_64
license = MIT
@@ -10,7 +10,7 @@ pkgbase = llhttp
makedepends = npm
makedepends = ts-node
depends = glibc
- source = git+https://github.com/nodejs/llhttp#tag=v9.2.1
- sha512sums =
34aaa50e3da9f0cc7a98ebbe05ebabb85fc9f1b634c48827cd1f3266b6e71b7b08e25463c9ae80b0bad6fd04508cf10f5e7b4c7b340df9f9e2a6c6c930ccf0e0
+ source = git+https://github.com/nodejs/llhttp#tag=v9.3.0
+ sha256sums =
e50bb063f12869f5af99afb991bb3cad5fcebb1e28d82be09b6b9616ac894920
pkgname = llhttp
=====================================
PKGBUILD
=====================================
@@ -1,10 +1,10 @@
-# Maintainer:
+# Maintainer: Caleb Maclennan <[email protected]>
# Contributor: Marcus Ben Spencer <[email protected]>
# Contributor: George Rawlinson <[email protected]>
pkgname=llhttp
-pkgver=9.2.1
-pkgrel=2
+pkgver=9.3.0
+pkgrel=1
pkgdesc='Port of http_parser to llparse'
arch=(x86_64)
url='https://llhttp.org'
@@ -15,7 +15,7 @@ makedepends=(cmake
npm
ts-node)
source=(git+https://github.com/nodejs/llhttp#tag=v$pkgver)
-sha512sums=('34aaa50e3da9f0cc7a98ebbe05ebabb85fc9f1b634c48827cd1f3266b6e71b7b08e25463c9ae80b0bad6fd04508cf10f5e7b4c7b340df9f9e2a6c6c930ccf0e0')
+sha256sums=('e50bb063f12869f5af99afb991bb3cad5fcebb1e28d82be09b6b9616ac894920')
build() {
cd $pkgname
@@ -35,6 +35,5 @@ build() {
package() {
DESTDIR="$pkgdir" cmake --install build
-
- install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" $pkgname/LICENSE-MIT
+ install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" $pkgname/LICENSE
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/llhttp/-/commit/ef66e9cd300fb1337daac8145f3381ff0f1ca90c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/llhttp/-/commit/ef66e9cd300fb1337daac8145f3381ff0f1ca90c
You're receiving this email because of your account on gitlab.archlinux.org.