mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-29 06:02:07 +03:00
Ports: Use sha256 sig check for zlib
This commit is contained in:
parent
79066e4b03
commit
5bb64c57f9
Notes:
sideshowbarker
2024-07-18 07:47:43 +09:00
Author: https://github.com/gmta Commit: https://github.com/SerenityOS/serenity/commit/5bb64c57f92 Pull-request: https://github.com/SerenityOS/serenity/pull/9087 Reviewed-by: https://github.com/linusg ✅
@ -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…
Reference in New Issue
Block a user