mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 17:57:46 +00:00
Ports: Use sha256 sig check for libiconv
This commit is contained in:
parent
58b5a8f3c0
commit
8ab0518712
1 changed files with 2 additions and 6 deletions
|
@ -3,12 +3,8 @@ port=libiconv
|
||||||
version=1.16
|
version=1.16
|
||||||
useconfigure=true
|
useconfigure=true
|
||||||
configopts="--enable-shared --disable-nls"
|
configopts="--enable-shared --disable-nls"
|
||||||
files="https://ftpmirror.gnu.org/gnu/libiconv/libiconv-${version}.tar.gz libiconv-${version}.tar.gz
|
files="https://ftpmirror.gnu.org/gnu/libiconv/libiconv-${version}.tar.gz libiconv-${version}.tar.gz e6a1b1b589654277ee790cce3734f07876ac4ccfaecbee8afa0b649cf529cc04"
|
||||||
https://ftpmirror.gnu.org/gnu/libiconv/libiconv-${version}.tar.gz.sig libiconv-${version}.tar.gz.sig
|
auth_type="sha256"
|
||||||
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"
|
|
||||||
|
|
||||||
install() {
|
install() {
|
||||||
run make DESTDIR=${SERENITY_INSTALL_ROOT} $installopts install
|
run make DESTDIR=${SERENITY_INSTALL_ROOT} $installopts install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue