Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages /
ruby-console
Commits:
d7811ba6 by Andreas Schleifer at 2025-08-03T16:48:14+02:00
upgpkg: 1.33.0-1: closes #2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = ruby-console
pkgdesc = Beautiful logging for Ruby
- pkgver = 1.31.0
+ pkgver = 1.33.0
pkgrel = 1
url = https://github.com/socketry/console
arch = any
@@ -19,8 +19,8 @@ pkgbase = ruby-console
depends = ruby-fiber-annotation
depends = ruby-fiber-local
options = !emptydirs
- source = git+https://github.com/socketry/console.git#tag=v1.31.0
- sha512sums =
3a6f89a395ff6d61f911004d081dd85669d7bf894f4ff55a07c7dd02667af25e74b195ecc3d90cab92ba025d7baef838e6f8fa85fc263ee57a73686dc0a0fd43
- b2sums =
2ec5be3d705f371e751f025479068e73dd10e69d1d44b2937c5293da368d06a6602cbfd5044bf355c94fc60738b6d25f5125a0fa2cf38e04497eca6fbe5cd5f6
+ source = git+https://github.com/socketry/console.git#tag=v1.33.0
+ sha512sums =
ce57b3bbe20b8e782de7e8f88a9dc3800846273b60d31fa572d4d60eb47e99cfd11be97db2789c0b616ae33e36acf4317fbe6c28de529792d51acc97abc78db2
+ b2sums =
9041047ff13413e2c6d99ab3ba0819d761acb74a0923c326bf8351dd1e72757e5ae918e6b28dfc533a6d814f1d1823f88f5004a608ee8bfd68fee50a82fd2296
pkgname = ruby-console
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=ruby-console
-pkgver=1.31.0
+pkgver=1.33.0
pkgrel=1
pkgdesc='Beautiful logging for Ruby'
arch=(any)
@@ -28,8 +28,8 @@ checkdepends=(
)
options=(!emptydirs)
source=("git+${url}.git#tag=v$pkgver")
-sha512sums=('3a6f89a395ff6d61f911004d081dd85669d7bf894f4ff55a07c7dd02667af25e74b195ecc3d90cab92ba025d7baef838e6f8fa85fc263ee57a73686dc0a0fd43')
-b2sums=('2ec5be3d705f371e751f025479068e73dd10e69d1d44b2937c5293da368d06a6602cbfd5044bf355c94fc60738b6d25f5125a0fa2cf38e04497eca6fbe5cd5f6')
+sha512sums=('ce57b3bbe20b8e782de7e8f88a9dc3800846273b60d31fa572d4d60eb47e99cfd11be97db2789c0b616ae33e36acf4317fbe6c28de529792d51acc97abc78db2')
+b2sums=('9041047ff13413e2c6d99ab3ba0819d761acb74a0923c326bf8351dd1e72757e5ae918e6b28dfc533a6d814f1d1823f88f5004a608ee8bfd68fee50a82fd2296')
prepare() {
cd console
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-console/-/commit/d7811ba6d4094ae5adfe3777d2864592c9c7419e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-console/-/commit/d7811ba6d4094ae5adfe3777d2864592c9c7419e
You're receiving this email because of your account on gitlab.archlinux.org.