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