* update libxcrypt to 4.4.37-1
This commit is contained in:
parent
b94473ab77
commit
9a6b5b0e72
@ -1,17 +1,22 @@
|
||||
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
|
||||
arch = powerpc64le
|
||||
arch = powerpc64
|
||||
arch = powerpc
|
||||
arch = espresso
|
||||
arch = riscv64
|
||||
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
|
||||
|
@ -3,8 +3,8 @@
|
||||
|
||||
pkgbase=libxcrypt
|
||||
pkgname=(libxcrypt libxcrypt-compat)
|
||||
pkgver=4.4.36
|
||||
pkgrel=2.1
|
||||
pkgver=4.4.37
|
||||
pkgrel=1
|
||||
pkgdesc='Modern library for one-way hashing of passwords'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc espresso riscv64)
|
||||
url='https://github.com/besser82/libxcrypt/'
|
||||
@ -14,7 +14,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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user