1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 14:57:34 +00:00

Ports: Migrate remaining signature-based ports to sha256

This commit is contained in:
Tim Schumacher 2023-07-10 11:49:01 +02:00 committed by Linus Groh
parent e0b2757f95
commit f7ccdc268d
25 changed files with 49 additions and 129 deletions

View file

@ -2,12 +2,9 @@
port=libssh2
version=1.10.0
useconfigure=true
files="https://www.libssh2.org/download/libssh2-${version}.tar.gz libssh2-${version}.tar.gz
https://www.libssh2.org/download/libssh2-${version}.tar.gz.asc libssh2-${version}.tar.gz.asc"
files="https://www.libssh2.org/download/libssh2-${version}.tar.gz libssh2-${version}.tar.gz 2d64e90f3ded394b91d3a2e774ca203a4179f69aebee03003e5a6fa621e41d51"
depends=("libgcrypt")
auth_type="sig"
auth_import_key="27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2"
auth_opts=("libssh2-${version}.tar.gz.asc" "libssh2-${version}.tar.gz")
auth_type='sha256'
configopts=("-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt" "-GNinja")
configure() {