Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / ruby-protocol-http1
Commits: a99b08d5 by Andreas Schleifer at 2025-02-25T00:08:16+01:00 upgpkg: 0.30.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.28.1 + pkgver = 0.30.0 pkgrel = 1 url = https://github.com/socketry/protocol-http1 arch = any @@ -16,8 +16,8 @@ pkgbase = ruby-protocol-http1 depends = ruby depends = ruby-protocol-http options = !emptydirs - source = https://github.com/socketry/protocol-http1/archive/v0.28.1/ruby-protocol-http1-0.28.1.tar.gz - sha512sums = ad3e8a4442593b9d765895254b42b7ea871a5eddae53b701b35f5ac19e334090edbbce795e3caadf69d082e15f46530605eb9b201a6f69ab9c1158332248ee34 - b2sums = 556ffd00d779da133a831f8754e4cbcdceae1db2803aeb3e496dec9ef2035659f417033e64060710d80f87c7ab7cfb70538da6b427a6327042ffd7e780dd9f34 + source = https://github.com/socketry/protocol-http1/archive/v0.30.0/ruby-protocol-http1-0.30.0.tar.gz + sha512sums = 44168c223c92fb2fca30ae07bceb01c153efb45769ec535b2d9ee0de2d87891b5f82dd501ba83dc4d989a91dd204a9eda8c0670168b9411b79cf49abb54f4610 + b2sums = c0593782f42cc315ad8e662d3e30a8bed3545674d925389c06351d3fa5b61e8798491356adbcaf8165815d26e8293acc5e9ccf7d614dad81c0c15414233aeb19 pkgname = ruby-protocol-http1 ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <felixonm...@archlinux.org> pkgname=ruby-protocol-http1 -pkgver=0.28.1 +pkgver=0.30.0 pkgrel=1 pkgdesc='A low level implementation of the HTTP/1 protocol' arch=(any) @@ -25,8 +25,8 @@ checkdepends=( ) options=(!emptydirs) source=(https://github.com/socketry/protocol-http1/archive/v$pkgver/$pkgname-$pkgver.tar.gz) -sha512sums=('ad3e8a4442593b9d765895254b42b7ea871a5eddae53b701b35f5ac19e334090edbbce795e3caadf69d082e15f46530605eb9b201a6f69ab9c1158332248ee34') -b2sums=('556ffd00d779da133a831f8754e4cbcdceae1db2803aeb3e496dec9ef2035659f417033e64060710d80f87c7ab7cfb70538da6b427a6327042ffd7e780dd9f34') +sha512sums=('44168c223c92fb2fca30ae07bceb01c153efb45769ec535b2d9ee0de2d87891b5f82dd501ba83dc4d989a91dd204a9eda8c0670168b9411b79cf49abb54f4610') +b2sums=('c0593782f42cc315ad8e662d3e30a8bed3545674d925389c06351d3fa5b61e8798491356adbcaf8165815d26e8293acc5e9ccf7d614dad81c0c15414233aeb19') prepare() { cd protocol-http1-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-protocol-http1/-/commit/a99b08d51663a9692e0499918a333de70ac379aa -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-protocol-http1/-/commit/a99b08d51663a9692e0499918a333de70ac379aa You're receiving this email because of your account on gitlab.archlinux.org.