mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 09:37:44 +00:00
Ports: Migrate remaining signature-based ports to sha256
This commit is contained in:
parent
e0b2757f95
commit
f7ccdc268d
25 changed files with 49 additions and 129 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue