Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages /
ruby-protocol-http1
Commits:
cd36ede4 by Andreas Schleifer at 2024-10-16T23:21:35+02:00
upgpkg: 0.28.1-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.27.0
+ pkgver = 0.28.1
pkgrel = 1
url = https://github.com/socketry/protocol-http1
arch = any
@@ -16,7 +16,8 @@ pkgbase = ruby-protocol-http1
depends = ruby
depends = ruby-protocol-http
options = !emptydirs
- source =
https://github.com/socketry/protocol-http1/archive/v0.27.0/ruby-protocol-http1-0.27.0.tar.gz
- sha256sums =
34816894910078e10f87bb579e0bc23f9e36cee06809366054490fe1f268ff5a
+ source =
https://github.com/socketry/protocol-http1/archive/v0.28.1/ruby-protocol-http1-0.28.1.tar.gz
+ sha512sums =
ad3e8a4442593b9d765895254b42b7ea871a5eddae53b701b35f5ac19e334090edbbce795e3caadf69d082e15f46530605eb9b201a6f69ab9c1158332248ee34
+ b2sums =
556ffd00d779da133a831f8754e4cbcdceae1db2803aeb3e496dec9ef2035659f417033e64060710d80f87c7ab7cfb70538da6b427a6327042ffd7e780dd9f34
pkgname = ruby-protocol-http1
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=ruby-protocol-http1
-pkgver=0.27.0
+pkgver=0.28.1
pkgrel=1
pkgdesc='A low level implementation of the HTTP/1 protocol'
arch=(any)
@@ -25,7 +25,8 @@ checkdepends=(
)
options=(!emptydirs)
source=(https://github.com/socketry/protocol-http1/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('34816894910078e10f87bb579e0bc23f9e36cee06809366054490fe1f268ff5a')
+sha512sums=('ad3e8a4442593b9d765895254b42b7ea871a5eddae53b701b35f5ac19e334090edbbce795e3caadf69d082e15f46530605eb9b201a6f69ab9c1158332248ee34')
+b2sums=('556ffd00d779da133a831f8754e4cbcdceae1db2803aeb3e496dec9ef2035659f417033e64060710d80f87c7ab7cfb70538da6b427a6327042ffd7e780dd9f34')
prepare() {
cd protocol-http1-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-protocol-http1/-/commit/cd36ede4217cff639674bb3714e38f3e8e7d49e6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-protocol-http1/-/commit/cd36ede4217cff639674bb3714e38f3e8e7d49e6
You're receiving this email because of your account on gitlab.archlinux.org.