ncurses: update to 5.9.
This commit is contained in:
parent
2f844fb0d0
commit
05cee86abd
|
@ -1,11 +1,13 @@
|
|||
# Template build file for 'ncurses'.
|
||||
pkgname=ncurses
|
||||
version=5.8
|
||||
version=5.9
|
||||
distfiles="http://ftp.gnu.org/pub/gnu/ncurses/$pkgname-$version.tar.gz"
|
||||
build_style=custom-install
|
||||
short_desc="A System V Release 4.0 curses emulation library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=51597f89fd53aa990321954e33e5b4869c4a5ee6137bfa800f98f91d4b6b54b5
|
||||
homepage="http://www.gnu.org/software/ncurses/"
|
||||
license="MIT"
|
||||
checksum=9046298fb440324c9d4135ecea7879ffed8546dd1b58e59430ea07a4633f563b
|
||||
long_desc="
|
||||
The ncurses (new curses) library is a freeware emulation of System V Release
|
||||
4.0 curses. It uses terminfo format, supports pads and color and multiple
|
||||
|
|
Loading…
Reference in New Issue