Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / m4
Commits:
4582a1b2 by Lukas Fleischer at 2025-05-11T15:58:33+02:00
upgpkg: 1.4.20-1: update to 1.4.20
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,16 +1,16 @@
pkgbase = m4
pkgdesc = The GNU macro processor
- pkgver = 1.4.19
- pkgrel = 3
+ pkgver = 1.4.20
+ pkgrel = 1
url = https://www.gnu.org/software/m4
arch = x86_64
license = GPL3
depends = glibc
depends = bash
- source = https://ftp.gnu.org/gnu/m4/m4-1.4.19.tar.xz
- source = https://ftp.gnu.org/gnu/m4/m4-1.4.19.tar.xz.sig
+ source = https://ftp.gnu.org/gnu/m4/m4-1.4.20.tar.xz
+ source = https://ftp.gnu.org/gnu/m4/m4-1.4.20.tar.xz.sig
validpgpkeys = 71C2CC22B1C4602927D2F3AAA7A16B4A2527436A
- sha256sums =
63aede5c6d33b6d9b13511cd0be2cac046f2e70fd0a07aa9573a04a82783af96
+ sha256sums =
e236ea3a1ccf5f6c270b1c4bb60726f371fa49459a8eaaebc90b216b328daf2b
sha256sums = SKIP
pkgname = m4
=====================================
PKGBUILD
=====================================
@@ -3,15 +3,15 @@
# Contributor: Andreas Radke <[email protected]>
pkgname=m4
-pkgver=1.4.19
-pkgrel=3
+pkgver=1.4.20
+pkgrel=1
pkgdesc="The GNU macro processor"
arch=('x86_64')
url="https://www.gnu.org/software/m4"
license=('GPL3')
depends=('glibc' 'bash')
source=("https://ftp.gnu.org/gnu/m4/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('63aede5c6d33b6d9b13511cd0be2cac046f2e70fd0a07aa9573a04a82783af96'
+sha256sums=('e236ea3a1ccf5f6c270b1c4bb60726f371fa49459a8eaaebc90b216b328daf2b'
'SKIP')
validpgpkeys=('71C2CC22B1C4602927D2F3AAA7A16B4A2527436A') # Eric Blake
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/m4/-/commit/4582a1b2f9aaef45cc9afeefd7e3cf493ab61bea
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/m4/-/commit/4582a1b2f9aaef45cc9afeefd7e3cf493ab61bea
You're receiving this email because of your account on gitlab.archlinux.org.