Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
ruby-lumberjack
Commits:
c751dfc7 by Felix Yan at 2025-10-25T21:15:29+00:00
upgpkg: 1.4.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = ruby-lumberjack
pkgdesc = A simple, powerful, and fast logging utility with excellent
structured logging support that can be a drop in replacement for the standard
library Logger
- pkgver = 1.4.0
+ pkgver = 1.4.1
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=v1.4.0
- sha256sums =
1f736989738bfd03f5acce5f57aa6dc15f1038077d22b587d4d735e82e40bd74
+ source = git+https://github.com/bdurand/lumberjack.git#tag=v1.4.1
+ sha256sums =
3de6cbb068b72675ac938430d889630122c66ef04f2a52ae2662a95c42342384
pkgname = ruby-lumberjack
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=ruby-lumberjack
-pkgver=1.4.0
+pkgver=1.4.1
pkgrel=1
pkgdesc='A simple, powerful, and fast logging utility with excellent
structured logging support that can be a drop in replacement for the standard
library Logger'
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=('1f736989738bfd03f5acce5f57aa6dc15f1038077d22b587d4d735e82e40bd74')
+sha256sums=('3de6cbb068b72675ac938430d889630122c66ef04f2a52ae2662a95c42342384')
build() {
local _gemdir="$(gem env gemdir)"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-lumberjack/-/commit/c751dfc76c1f26343f29bcbe40a2be2dd95068f9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-lumberjack/-/commit/c751dfc76c1f26343f29bcbe40a2be2dd95068f9
You're receiving this email because of your account on gitlab.archlinux.org.