Bert Peters pushed to branch main at Arch Linux / Packaging / Packages / ruby-rack
Commits: c8ec53a2 by Bert Peters at 2025-11-02T13:51:14+01:00 upgpkg: 3.2.4-1 fixes https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-rack/-/issues/11 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = ruby-rack pkgdesc = Minimal, modular, and adaptable interface for developing web applications - pkgver = 3.2.3 - pkgrel = 2 + pkgver = 3.2.4 + pkgrel = 1 url = https://rack.github.io/ arch = any license = MIT @@ -13,8 +13,8 @@ pkgbase = ruby-rack depends = ruby depends = ruby-erb options = !emptydirs - source = https://github.com/rack/rack/archive/v3.2.3/ruby-rack-3.2.3.tar.gz - sha512sums = 9456a2a743d2539cc7df2538b612cd6225ae640df2b820ee39ad503456e416b651cb8e61d5835fa7b81300229bb6f5777e02587f2efb17d58656eb1f8c0a9a67 - b2sums = fffbdb59881eb4e89285a56cfc4d3105fb6a9637cca3c11c5d19b701094a248da05e4fd747a38b2dc6a7b9b2a8aa0d837e2345bbbbcb25e4fcc6e23483a4d6db + source = https://github.com/rack/rack/archive/v3.2.4/ruby-rack-3.2.4.tar.gz + sha512sums = 39aefa877f9c19886b9dced2d540fbf4fd90f3888fae509fbf28d312265449575c939d850e9265556bca8c4a6b3a6e6cd55a22ea5fbc383c1ba0ac17551964e1 + b2sums = ef8624c5f487b38648a804bd19776ac1a300ec7907a750201139f573f21b07c9db6059aba7234b1ebde3cb50eb1ae61aea6e765ff810d148d9107f64417ebc7f pkgname = ruby-rack ===================================== PKGBUILD ===================================== @@ -4,8 +4,8 @@ _gemname=rack pkgname=ruby-rack -pkgver=3.2.3 -pkgrel=2 +pkgver=3.2.4 +pkgrel=1 pkgdesc='Minimal, modular, and adaptable interface for developing web applications' url='https://rack.github.io/' arch=('any') @@ -27,8 +27,8 @@ options=('!emptydirs') source=( "https://github.com/rack/rack/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz" ) -sha512sums=('9456a2a743d2539cc7df2538b612cd6225ae640df2b820ee39ad503456e416b651cb8e61d5835fa7b81300229bb6f5777e02587f2efb17d58656eb1f8c0a9a67') -b2sums=('fffbdb59881eb4e89285a56cfc4d3105fb6a9637cca3c11c5d19b701094a248da05e4fd747a38b2dc6a7b9b2a8aa0d837e2345bbbbcb25e4fcc6e23483a4d6db') +sha512sums=('39aefa877f9c19886b9dced2d540fbf4fd90f3888fae509fbf28d312265449575c939d850e9265556bca8c4a6b3a6e6cd55a22ea5fbc383c1ba0ac17551964e1') +b2sums=('ef8624c5f487b38648a804bd19776ac1a300ec7907a750201139f573f21b07c9db6059aba7234b1ebde3cb50eb1ae61aea6e765ff810d148d9107f64417ebc7f') prepare() { cd "${_gemname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-rack/-/commit/c8ec53a2a06894a68ce178f5ec6be1b2af820d34 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-rack/-/commit/c8ec53a2a06894a68ce178f5ec6be1b2af820d34 You're receiving this email because of your account on gitlab.archlinux.org.
