Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages /
ruby-protocol-http
Commits:
5b01a0ab by Andreas Schleifer at 2025-05-04T13:14:37+02:00
upgpkg: 0.50.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = ruby-protocol-http
pkgdesc = Provides abstractions to handle HTTP protocols
- pkgver = 0.49.0
- pkgrel = 3
+ pkgver = 0.50.1
+ pkgrel = 1
url = https://github.com/socketry/protocol-http
arch = any
license = MIT
@@ -17,8 +17,8 @@ pkgbase = ruby-protocol-http
makedepends = ruby-rdoc
depends = ruby
options = !emptydirs
- source = git+https://github.com/socketry/protocol-http.git#tag=v0.49.0
- sha512sums =
aaa80017c99235c77ed549bf7305f2a710bbdf21f5f049036d822d1e9709aff3404d117e54b1ccfea38bb75dac3366fb46e3c6048612f5bfa70c0e53926db2bd
- b2sums =
1424014cd5fef286ea453f0e120fd1a866d2cc6a9e3fdd6a0bc53b2c77a750574f7c0016d68d1fefd9bd235c879a933a04891b8f2ba0d622ad4dde60d477a35c
+ source = git+https://github.com/socketry/protocol-http.git#tag=v0.50.1
+ sha512sums =
b7be3a184478e5fd21494da5b920a47ba2e6fef31e5034255aa07ea4c9ad81bdae6ffd0f8f4df7ab529e77586a66ad287ee72fc68b86403ebca26d3a31e9626a
+ b2sums =
629bb55dc1eb6d6d89bf7061e68cbf3eb010877bf89553d536d579ec8b03e01044529c8dbaa4dfc165c2612b84947cd9c1fd36ed5e02e4cd29edd87b28ff9d08
pkgname = ruby-protocol-http
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=ruby-protocol-http
-pkgver=0.49.0
-pkgrel=3
+pkgver=0.50.1
+pkgrel=1
pkgdesc='Provides abstractions to handle HTTP protocols'
arch=(any)
url='https://github.com/socketry/protocol-http'
@@ -26,8 +26,8 @@ checkdepends=(
)
options=(!emptydirs)
source=("git+${url}.git#tag=v${pkgver}")
-sha512sums=('aaa80017c99235c77ed549bf7305f2a710bbdf21f5f049036d822d1e9709aff3404d117e54b1ccfea38bb75dac3366fb46e3c6048612f5bfa70c0e53926db2bd')
-b2sums=('1424014cd5fef286ea453f0e120fd1a866d2cc6a9e3fdd6a0bc53b2c77a750574f7c0016d68d1fefd9bd235c879a933a04891b8f2ba0d622ad4dde60d477a35c')
+sha512sums=('b7be3a184478e5fd21494da5b920a47ba2e6fef31e5034255aa07ea4c9ad81bdae6ffd0f8f4df7ab529e77586a66ad287ee72fc68b86403ebca26d3a31e9626a')
+b2sums=('629bb55dc1eb6d6d89bf7061e68cbf3eb010877bf89553d536d579ec8b03e01044529c8dbaa4dfc165c2612b84947cd9c1fd36ed5e02e4cd29edd87b28ff9d08')
prepare() {
cd protocol-http
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-protocol-http/-/commit/5b01a0ab33b6e42054799676870be90e556d96c7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-protocol-http/-/commit/5b01a0ab33b6e42054799676870be90e556d96c7
You're receiving this email because of your account on gitlab.archlinux.org.