Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
lib32-libxcrypt
Commits:
e9f6ada9 by Christian Hesse at 2024-12-30T20:45:26+01:00
upgpkg: 4.4.37-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,17 +1,17 @@
pkgbase = lib32-libxcrypt
pkgdesc = Modern library for one-way hashing of passwords (32-bit)
- pkgver = 4.4.36
- pkgrel = 2
+ pkgver = 4.4.37
+ pkgrel = 1
url = https://github.com/besser82/libxcrypt/
arch = x86_64
license = LGPL
makedepends = gcc-multilib
depends = lib32-glibc
depends = libxcrypt
- source =
https://github.com/besser82/libxcrypt//releases/download/v4.4.36/libxcrypt-4.4.36.tar.xz
- source =
https://github.com/besser82/libxcrypt//releases/download/v4.4.36/libxcrypt-4.4.36.tar.xz.asc
+ source =
https://github.com/besser82/libxcrypt//releases/download/v4.4.37/libxcrypt-4.4.37.tar.xz
+ source =
https://github.com/besser82/libxcrypt//releases/download/v4.4.37/libxcrypt-4.4.37.tar.xz.asc
validpgpkeys = 678CE3FEE430311596DB8C16F52E98007594C21D
- sha256sums =
e5e1f4caee0a01de2aee26e3138807d6d3ca2b8e67287966d1fefd65e1fd8943
+ sha256sums =
902aa2976f959b5ebe55679b1722b8479f8f13cd4ce2ef432b0a84ae298fffd0
sha256sums = SKIP
pkgname = lib32-libxcrypt
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
pkgbase=lib32-libxcrypt
pkgname=(lib32-libxcrypt lib32-libxcrypt-compat)
-pkgver=4.4.36
-pkgrel=2
+pkgver=4.4.37
+pkgrel=1
pkgdesc='Modern library for one-way hashing of passwords (32-bit)'
arch=('x86_64')
url='https://github.com/besser82/libxcrypt/'
@@ -12,7 +12,7 @@ depends=('lib32-glibc' 'libxcrypt')
makedepends=('gcc-multilib')
validpgpkeys=('678CE3FEE430311596DB8C16F52E98007594C21D') # Björn 'besser82'
Esser
source=("${url}/releases/download/v${pkgver}/libxcrypt-${pkgver}.tar.xz"{,.asc})
-sha256sums=('e5e1f4caee0a01de2aee26e3138807d6d3ca2b8e67287966d1fefd65e1fd8943'
+sha256sums=('902aa2976f959b5ebe55679b1722b8479f8f13cd4ce2ef432b0a84ae298fffd0'
'SKIP')
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-libxcrypt/-/commit/e9f6ada9fd45ac23c061dd26a2b2db8bea3150cb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-libxcrypt/-/commit/e9f6ada9fd45ac23c061dd26a2b2db8bea3150cb
You're receiving this email because of your account on gitlab.archlinux.org.