diff options
author | Jelle Raaijmakers <jelle@gmta.nl> | 2021-09-30 10:56:45 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-10-02 21:07:47 +0100 |
commit | 8487ff551c423315c14db39fb02d5c77cfff4ed5 (patch) | |
tree | 54ef891198d95724e2db9de83e000f7f5fedacb4 /Ports | |
parent | cfc5df27f00b63806ccb84440e75beef2a199a70 (diff) | |
download | serenity-8487ff551c423315c14db39fb02d5c77cfff4ed5.zip |
Ports: Switch ncurses to SHA256 auth type
Diffstat (limited to 'Ports')
-rwxr-xr-x | Ports/ncurses/package.sh | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Ports/ncurses/package.sh b/Ports/ncurses/package.sh index d0b410e788..a159969caa 100755 --- a/Ports/ncurses/package.sh +++ b/Ports/ncurses/package.sh @@ -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" |