mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:47:34 +00:00
Ports: Use sha256 sig check for zlib
This commit is contained in:
parent
79066e4b03
commit
5bb64c57f9
1 changed files with 2 additions and 6 deletions
|
@ -2,12 +2,8 @@
|
|||
port=zlib
|
||||
version=1.2.11
|
||||
useconfigure=true
|
||||
files="https://www.zlib.net/zlib-${version}.tar.gz zlib-${version}.tar.gz
|
||||
https://www.zlib.net/zlib-${version}.tar.gz.asc zlib-${version}.tar.gz.asc"
|
||||
|
||||
auth_type="sig"
|
||||
auth_import_key="783FCD8E58BCAFBA"
|
||||
auth_opts="zlib-${version}.tar.gz.asc"
|
||||
files="https://www.zlib.net/zlib-${version}.tar.gz zlib-${version}.tar.gz c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1"
|
||||
auth_type="sha256"
|
||||
|
||||
configure() {
|
||||
run ./configure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue