Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
ruby-protocol-http1
Commits:
db51cfb0 by Felix Yan at 2026-06-17T16:45:53+00:00
upgpkg: 0.38.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = ruby-protocol-http1
pkgdesc = A low level implementation of the HTTP/1 protocol
- pkgver = 0.37.1
+ pkgver = 0.38.0
pkgrel = 1
url = https://github.com/socketry/protocol-http1
arch = any
@@ -18,7 +18,7 @@ pkgbase = ruby-protocol-http1
depends = ruby
depends = ruby-protocol-http
options = !emptydirs
- source = git+https://github.com/socketry/protocol-http1.git#tag=v0.37.1
- sha512sums =
4e8630cda0afadf94029f076d984973cbf51f158a134f7ea271cc195426dbaeae9a929dec9e3478e7c69b1497709ccb77b4d2e4376b9b3a93200ab837cb05df4
+ source = git+https://github.com/socketry/protocol-http1.git#tag=v0.38.0
+ sha512sums =
b848f2cf6880abd3e11c5e3779b415e4e430534f01fc8aed1b783e39c553078da1a3274487d1f72df64535d07d950a644e56c1bf684e20892e4d61f965186889
pkgname = ruby-protocol-http1
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=ruby-protocol-http1
-pkgver=0.37.1
+pkgver=0.38.0
pkgrel=1
pkgdesc='A low level implementation of the HTTP/1 protocol'
arch=(any)
@@ -27,7 +27,7 @@ checkdepends=(
)
options=(!emptydirs)
source=(git+https://github.com/socketry/protocol-http1.git#tag=v$pkgver)
-sha512sums=('4e8630cda0afadf94029f076d984973cbf51f158a134f7ea271cc195426dbaeae9a929dec9e3478e7c69b1497709ccb77b4d2e4376b9b3a93200ab837cb05df4')
+sha512sums=('b848f2cf6880abd3e11c5e3779b415e4e430534f01fc8aed1b783e39c553078da1a3274487d1f72df64535d07d950a644e56c1bf684e20892e4d61f965186889')
prepare() {
cd protocol-http1
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-protocol-http1/-/commit/db51cfb06bc48477ced03358bacb82eb0246ccde
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-protocol-http1/-/commit/db51cfb06bc48477ced03358bacb82eb0246ccde
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help