Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages /
ruby-protocol-http2
Commits:
32ae5ed7 by Andreas Schleifer at 2026-01-20T23:24:13+01:00
upgpkg: 0.24.0-1: closes #2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = ruby-protocol-http2
pkgdesc = A low level implementation of the HTTP/2 protocol
- pkgver = 0.23.0
+ pkgver = 0.24.0
pkgrel = 1
url = https://github.com/socketry/protocol-http2
arch = any
@@ -20,7 +20,7 @@ pkgbase = ruby-protocol-http2
depends = ruby-protocol-hpack
depends = ruby-protocol-http
options = !emptydirs
- source = git+https://github.com/socketry/protocol-http2.git#tag=v0.23.0
- sha256sums =
27fb3feccd5c2f2b8971cfb0a18beb548baa7e4b940db4214a2de1e66b959c8e
+ source = git+https://github.com/socketry/protocol-http2.git#tag=v0.24.0
+ sha256sums =
37b6d82f588a5f20be91ed877ce93be0edc5ddf48f0a01f8a7c6655e74249550
pkgname = ruby-protocol-http2
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=ruby-protocol-http2
-pkgver=0.23.0
+pkgver=0.24.0
pkgrel=1
pkgdesc='A low level implementation of the HTTP/2 protocol'
arch=(any)
@@ -29,7 +29,7 @@ checkdepends=(
)
options=(!emptydirs)
source=("git+${url}.git#tag=v${pkgver}")
-sha256sums=('27fb3feccd5c2f2b8971cfb0a18beb548baa7e4b940db4214a2de1e66b959c8e')
+sha256sums=('37b6d82f588a5f20be91ed877ce93be0edc5ddf48f0a01f8a7c6655e74249550')
prepare() {
cd protocol-http2
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-protocol-http2/-/commit/32ae5ed718e20c071056f06955d1ecc42ccf2547
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-protocol-http2/-/commit/32ae5ed718e20c071056f06955d1ecc42ccf2547
You're receiving this email because of your account on gitlab.archlinux.org.