mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Ports: Use sha256 sig check for libiconv
This commit is contained in:
parent
58b5a8f3c0
commit
8ab0518712
Notes:
sideshowbarker
2024-07-18 07:47:53 +09:00
Author: https://github.com/gmta Commit: https://github.com/SerenityOS/serenity/commit/8ab05187127 Pull-request: https://github.com/SerenityOS/serenity/pull/9087 Reviewed-by: https://github.com/linusg ✅
1 changed files with 2 additions and 6 deletions
|
@ -3,12 +3,8 @@ port=libiconv
|
|||
version=1.16
|
||||
useconfigure=true
|
||||
configopts="--enable-shared --disable-nls"
|
||||
files="https://ftpmirror.gnu.org/gnu/libiconv/libiconv-${version}.tar.gz libiconv-${version}.tar.gz
|
||||
https://ftpmirror.gnu.org/gnu/libiconv/libiconv-${version}.tar.gz.sig libiconv-${version}.tar.gz.sig
|
||||
https://ftpmirror.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg"
|
||||
|
||||
auth_type="sig"
|
||||
auth_opts="--keyring ./gnu-keyring.gpg libiconv-${version}.tar.gz.sig"
|
||||
files="https://ftpmirror.gnu.org/gnu/libiconv/libiconv-${version}.tar.gz libiconv-${version}.tar.gz e6a1b1b589654277ee790cce3734f07876ac4ccfaecbee8afa0b649cf529cc04"
|
||||
auth_type="sha256"
|
||||
|
||||
install() {
|
||||
run make DESTDIR=${SERENITY_INSTALL_ROOT} $installopts install
|
||||
|
|
Loading…
Reference in a new issue