1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 05:37:44 +00:00

Ports/libgcrypt: Update libgcrypt to version 1.10.1

This commit is contained in:
EWouters 2022-04-01 03:27:25 +02:00 committed by Brian Gianforcaro
parent 80f2c6581e
commit 61a2e1cf89
2 changed files with 3 additions and 3 deletions

View file

@ -1,12 +1,12 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=libgcrypt
version=1.9.2
version=1.10.1
useconfigure=true
use_fresh_config_sub=true
config_sub_path=build-aux/config.sub
configopts=("--with-libgpg-error-prefix=${SERENITY_INSTALL_ROOT}/usr/local")
depends=("libgpg-error")
files="https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-${version}.tar.bz2 libgcrypt-${version}.tar.bz2 b2c10d091513b271e47177274607b1ffba3d95b188bbfa8797f948aec9053c5a"
files="https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-${version}.tar.bz2 libgcrypt-${version}.tar.bz2 ef14ae546b0084cd84259f61a55e07a38c3b53afc0f546bffcef2f01baffe9de"
auth_type=sha256
pre_configure() {