* update libxcrypt to 4.4.36-2

This commit is contained in:
Alexander Baldeck 2024-09-21 18:39:22 +02:00
parent 1785814d33
commit 139fd4cc43
3 changed files with 26 additions and 1 deletions

21
libxcrypt/.SRCINFO Normal file
View File

@ -0,0 +1,21 @@
pkgbase = libxcrypt
pkgdesc = Modern library for one-way hashing of passwords
pkgver = 4.4.36
pkgrel = 2
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
validpgpkeys = 678CE3FEE430311596DB8C16F52E98007594C21D
sha256sums = e5e1f4caee0a01de2aee26e3138807d6d3ca2b8e67287966d1fefd65e1fd8943
sha256sums = SKIP
pkgname = libxcrypt
pkgname = libxcrypt-compat
pkgdesc = Modern library for one-way hashing of passwords - legacy API functions
depends = libxcrypt

View File

@ -0,0 +1,4 @@
[libxcrypt]
source = "git"
git = "https://github.com/besser82/libxcrypt.git"
prefix = "v"

View File

@ -4,7 +4,7 @@
pkgbase=libxcrypt
pkgname=(libxcrypt libxcrypt-compat)
pkgver=4.4.36
pkgrel=1
pkgrel=2
pkgdesc='Modern library for one-way hashing of passwords'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://github.com/besser82/libxcrypt/'