Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
ruby-console
Commits:
d5c7d034 by Felix Yan at 2023-12-07T09:07:20+02:00
upgpkg: 1.23.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = ruby-console
pkgdesc = Beautiful logging for Ruby
- pkgver = 1.23.2
+ pkgver = 1.23.3
pkgrel = 1
url = https://github.com/socketry/console
arch = any
@@ -14,7 +14,7 @@ pkgbase = ruby-console
depends = ruby-fiber-annotation
depends = ruby-fiber-local
options = !emptydirs
- source =
https://github.com/socketry/console/archive/v1.23.2/ruby-console-1.23.2.tar.gz
- sha256sums =
f44dd72ea430e7fdf18890d0d33865483e4dbc2758e9c98ca9cc123b4b0ec9e8
+ source =
https://github.com/socketry/console/archive/v1.23.3/ruby-console-1.23.3.tar.gz
+ sha256sums =
0951b3c761226fbe92d8e20a1383ec7ab970a9be73adebbc2d88f66b4e55bffa
pkgname = ruby-console
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=ruby-console
-pkgver=1.23.2
+pkgver=1.23.3
pkgrel=1
pkgdesc='Beautiful logging for Ruby'
arch=(any)
@@ -12,7 +12,7 @@ checkdepends=(ruby-bake ruby-bake-modernize ruby-bake-test
ruby-bake-test-extern
ruby-sus)
options=(!emptydirs)
source=(https://github.com/socketry/console/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('f44dd72ea430e7fdf18890d0d33865483e4dbc2758e9c98ca9cc123b4b0ec9e8')
+sha256sums=('0951b3c761226fbe92d8e20a1383ec7ab970a9be73adebbc2d88f66b4e55bffa')
prepare() {
cd console-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-console/-/commit/d5c7d034cef532698230bb5dabe673aa1e40e69f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-console/-/commit/d5c7d034cef532698230bb5dabe673aa1e40e69f
You're receiving this email because of your account on gitlab.archlinux.org.