ncurses: update to 6.2.
This commit is contained in:
parent
d51f3ec80c
commit
9a72a0ea27
1 changed files with 4 additions and 5 deletions
|
@ -1,16 +1,15 @@
|
|||
# Template file for 'ncurses'
|
||||
pkgname=ncurses
|
||||
version=6.1
|
||||
revision=5
|
||||
version=6.2
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
configure_args="--enable-big-core"
|
||||
short_desc="System V Release 4.0 curses emulation library"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="http://www.gnu.org/software/ncurses/"
|
||||
distfiles="${GNU_SITE}/ncurses/$pkgname-$version.tar.gz"
|
||||
checksum=aa057eeeb4a14d470101eff4597d5833dcef5965331be3528c08d99cebaa0d17
|
||||
|
||||
bootstrap=yes
|
||||
checksum=30306e0c76e0f9f1f0de987cf1c82a5c21e1ce6568b9227f7da5b71cbea86c9d
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
# needs host tic(1)
|
||||
|
|
Loading…
Reference in a new issue