Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
ruby-lumberjack
Commits:
3957a3df by Felix Yan at 2025-09-06T20:17:53+00:00
upgpkg: 1.3.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.3.0
+ pkgver = 1.3.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.3.0
- sha256sums =
3a4dfd3e2e0beaf5070b3b3777a3f1f44a816d4acc3e9b8d7b9d6ec8f32a363d
+ source = git+https://github.com/bdurand/lumberjack.git#tag=v1.3.1
+ sha256sums =
872e8113c69cbe9d2ad0d71e1f498e82e12119d62b36fde2e8ab80a907a0c864
pkgname = ruby-lumberjack
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=ruby-lumberjack
-pkgver=1.3.0
+pkgver=1.3.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=('3a4dfd3e2e0beaf5070b3b3777a3f1f44a816d4acc3e9b8d7b9d6ec8f32a363d')
+sha256sums=('872e8113c69cbe9d2ad0d71e1f498e82e12119d62b36fde2e8ab80a907a0c864')
build() {
local _gemdir="$(gem env gemdir)"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-lumberjack/-/commit/3957a3df74c5493c30c64e99dbfcf3dda0657d70
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-lumberjack/-/commit/3957a3df74c5493c30c64e99dbfcf3dda0657d70
You're receiving this email because of your account on gitlab.archlinux.org.