Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages /
ruby-protocol-websocket
Commits:
a2c3fff2 by Andreas Schleifer at 2024-10-16T23:28:00+02:00
upgpkg: 0.20.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = ruby-protocol-websocket
pkgdesc = A low level implementation of the WebSocket protocol
- pkgver = 0.19.0
- pkgrel = 2
+ pkgver = 0.20.1
+ pkgrel = 1
url = https://github.com/socketry/protocol-websocket
arch = any
license = MIT
@@ -22,7 +22,8 @@ pkgbase = ruby-protocol-websocket
depends = ruby
depends = ruby-protocol-http
options = !emptydirs
- source =
git+https://github.com/socketry/protocol-websocket.git#tag=v0.19.0
- sha256sums =
07a5a539afb8fc6e53c9da0914cb69318a805c5a7f7d6fa1ea0a7828d169a89e
+ source =
git+https://github.com/socketry/protocol-websocket.git#tag=v0.20.1
+ sha512sums =
5163bf83ed78063286983da7e0b01fba0886ddb9d26155d553cceb184279174a1639e75cdd8b8bdb5cec224387dd6d68bc06c71b818967601acf048178531016
+ b2sums =
5c5291e2b07af4bfe5253f28b10222f43886c9c4f356c5b710a0351b98a47940c91833ba295c31967e827bffee9797c651de894c8f6a9d61bb4d956e177c7407
pkgname = ruby-protocol-websocket
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=ruby-protocol-websocket
-pkgver=0.19.0
-pkgrel=2
+pkgver=0.20.1
+pkgrel=1
pkgdesc='A low level implementation of the WebSocket protocol'
arch=(any)
url='https://github.com/socketry/protocol-websocket'
@@ -31,7 +31,8 @@ checkdepends=(
)
options=(!emptydirs)
source=("git+${url}.git#tag=v${pkgver}")
-sha256sums=('07a5a539afb8fc6e53c9da0914cb69318a805c5a7f7d6fa1ea0a7828d169a89e')
+sha512sums=('5163bf83ed78063286983da7e0b01fba0886ddb9d26155d553cceb184279174a1639e75cdd8b8bdb5cec224387dd6d68bc06c71b818967601acf048178531016')
+b2sums=('5c5291e2b07af4bfe5253f28b10222f43886c9c4f356c5b710a0351b98a47940c91833ba295c31967e827bffee9797c651de894c8f6a9d61bb4d956e177c7407')
prepare() {
cd protocol-websocket
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-protocol-websocket/-/commit/a2c3fff26b5550c39c18f86205ab2f9e3f06be77
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-protocol-websocket/-/commit/a2c3fff26b5550c39c18f86205ab2f9e3f06be77
You're receiving this email because of your account on gitlab.archlinux.org.