Skip to content

Commit

Permalink
Merge pull request omniti-labs#103 from citrus-it/ncurses
Browse files Browse the repository at this point in the history
ncurses: update to 6.0-20170722
  • Loading branch information
oetiker authored Jul 26, 2017
2 parents 734ad6c + ea93147 commit ba13881
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions build/ncurses/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@
. ../../lib/functions.sh

PROG=ncurses
VER=6.0
VER=6.0-20170722
VERHUMAN=$VER
BUILDDIR=$PROG-$VER
VER=${VER/-/.}
PKG=library/ncurses
SUMMARY="A CRT screen handling and optimization package."
DESC="$SUMMARY"
Expand Down Expand Up @@ -92,7 +94,7 @@ build_abi6() {
}

init
download_source $PROG $PROG $VER
download_source $PROG $PROG $VERHUMAN
patch_source
prep_build
build_abi5
Expand Down
2 changes: 1 addition & 1 deletion doc/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
| library/libffi | 3.2.1 | https://sourceware.org/libffi/
| library/libxml2 | 2.9.4 | http://xmlsoft.org/news.html
| library/libxslt | 1.1.29 | http://xmlsoft.org/libxslt/news.html
| library/ncurses | 6.0 | https://ftp.gnu.org/gnu/ncurses/
| library/ncurses | 6.0.20170722 | https://ftp.gnu.org/gnu/ncurses/ http://invisible-mirror.net/archives/ncurses/current/
| library/nghttp2 | 1.24.0 | https://nghttp2.org/blog/
| library/nspr | 4.14 | http://archive.mozilla.org/pub/nspr/releases/
| library/pcre | 8.41 | https://ftp.pcre.org/pub/pcre/
Expand Down

0 comments on commit ba13881

Please sign in to comment.