mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
Ports: Switch ncurses to SHA256 auth type
This commit is contained in:
parent
cfc5df27f0
commit
8487ff551c
Notes:
sideshowbarker
2024-07-18 03:12:01 +09:00
Author: https://github.com/gmta Commit: https://github.com/SerenityOS/serenity/commit/8487ff551c4 Pull-request: https://github.com/SerenityOS/serenity/pull/10275 Reviewed-by: https://github.com/linusg ✅ Reviewed-by: https://github.com/nico
1 changed files with 2 additions and 5 deletions
|
@ -3,11 +3,8 @@ port=ncurses
|
|||
version=6.2
|
||||
useconfigure=true
|
||||
configopts="--with-termlib --enable-pc-files --with-pkg-config=/usr/local/lib/pkgconfig --with-pkg-config-libdir=/usr/local/lib/pkgconfig --without-ada --enable-sigwinch --with-shared"
|
||||
files="https://ftpmirror.gnu.org/gnu/ncurses/ncurses-${version}.tar.gz ncurses-${version}.tar.gz
|
||||
https://ftpmirror.gnu.org/gnu/ncurses/ncurses-${version}.tar.gz.sig ncurses-${version}.tar.gz.sig
|
||||
https://ftpmirror.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg"
|
||||
auth_type="sig"
|
||||
auth_opts="--keyring ./gnu-keyring.gpg ncurses-${version}.tar.gz.sig"
|
||||
files="https://ftpmirror.gnu.org/gnu/ncurses/ncurses-${version}.tar.gz ncurses-${version}.tar.gz 30306e0c76e0f9f1f0de987cf1c82a5c21e1ce6568b9227f7da5b71cbea86c9d"
|
||||
auth_type="sha256"
|
||||
|
||||
pre_configure() {
|
||||
export CPPFLAGS="-P"
|
||||
|
|
Loading…
Reference in a new issue