Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
ruby-lumberjack
Commits:
c831501b by Felix Yan at 2026-06-30T01:43:23+08:00
upgpkg: 2.0.4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = ruby-lumberjack
pkgdesc = Extension of Ruby's standard Logger for advanced, structured
logging
- pkgver = 2.0.3
+ pkgver = 2.0.4
pkgrel = 1
url = https://github.com/bdurand/lumberjack
arch = any
@@ -10,7 +10,7 @@ pkgbase = ruby-lumberjack
makedepends = git
depends = ruby
options = !emptydirs
- source = git+https://github.com/bdurand/lumberjack.git#tag=v2.0.3
- sha256sums =
785304c13452c043e8b9d2dfcffc52e90d7c7781966af65ca0321a5394f23801
+ source = git+https://github.com/bdurand/lumberjack.git#tag=v2.0.4
+ sha256sums =
436daf0a84a42256da58a70212b089c03551d596c23aa16f7fb46530cbbf365b
pkgname = ruby-lumberjack
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=ruby-lumberjack
-pkgver=2.0.3
+pkgver=2.0.4
pkgrel=1
pkgdesc="Extension of Ruby's standard Logger for advanced, structured logging"
arch=(any)
@@ -12,7 +12,7 @@ makedepends=(git)
checkdepends=(ruby-rspec ruby-timecop)
options=(!emptydirs)
source=(git+https://github.com/bdurand/lumberjack.git#tag=v$pkgver)
-sha256sums=('785304c13452c043e8b9d2dfcffc52e90d7c7781966af65ca0321a5394f23801')
+sha256sums=('436daf0a84a42256da58a70212b089c03551d596c23aa16f7fb46530cbbf365b')
build() {
local _gemdir="$(gem env gemdir)"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-lumberjack/-/commit/c831501ba4ce78d11ea7b5205a8c4d2a126fbc0f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-lumberjack/-/commit/c831501ba4ce78d11ea7b5205a8c4d2a126fbc0f
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help