mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:37:46 +00:00
Ports: Switch ncurses to SHA256 auth type
This commit is contained in:
parent
cfc5df27f0
commit
8487ff551c
1 changed files with 2 additions and 5 deletions
|
@ -3,11 +3,8 @@ port=ncurses
|
||||||
version=6.2
|
version=6.2
|
||||||
useconfigure=true
|
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"
|
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
|
files="https://ftpmirror.gnu.org/gnu/ncurses/ncurses-${version}.tar.gz ncurses-${version}.tar.gz 30306e0c76e0f9f1f0de987cf1c82a5c21e1ce6568b9227f7da5b71cbea86c9d"
|
||||||
https://ftpmirror.gnu.org/gnu/ncurses/ncurses-${version}.tar.gz.sig ncurses-${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 ncurses-${version}.tar.gz.sig"
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
export CPPFLAGS="-P"
|
export CPPFLAGS="-P"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue