diff options
author | Milan P. Stanić <mps@arvanta.net> | 2019-10-13 20:43:21 +0200 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-10-20 18:41:01 +0000 |
commit | f8ebef55809aa32e4a90bdbce6f251556758bd41 (patch) | |
tree | 150bca3c98f3d840fa5810ba08d973f2be4a8c7b | |
parent | afb2ffec6097bc7aecd65382cb2ba98691b11959 (diff) | |
download | aports-f8ebef55809aa32e4a90bdbce6f251556758bd41.tar.bz2 aports-f8ebef55809aa32e4a90bdbce6f251556758bd41.tar.xz |
main/ncurses: upgrade to 6.1_p20191012
upstream bugfix release
change url to https://invisible-island.net/ncurses/ because this is
development site and up to date with informations about ncurses
Closes !457
-rw-r--r-- | main/ncurses/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/ncurses/APKBUILD b/main/ncurses/APKBUILD index ea4cbb8be4..856c1e1383 100644 --- a/main/ncurses/APKBUILD +++ b/main/ncurses/APKBUILD @@ -1,10 +1,10 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=ncurses -pkgver=6.1_p20191005 +pkgver=6.1_p20191012 _ver=${pkgver/_p/-} pkgrel=0 pkgdesc="Console display library" -url="https://www.gnu.org/software/ncurses/" +url="https://invisible-island.net/ncurses/" arch="all" options="!check" # "tests" are actual demo programs, not a test suite. license="MIT" @@ -103,4 +103,4 @@ static() { mv "$pkgdir"/usr/lib/*.a "$subpkgdir"/usr/lib/ } -sha512sums="98e32623eac18cdcfa7a592b618972cb70d729c902188e5448f5496450d0d52bbeb41cbf115c248bbdcbb056aa9bd722d8819a0547849e900ac3e60eed37665b ncurses-6.1-20191005.tgz" +sha512sums="752ac1ea1042d3850743705fe0546ffd14c8a74f9ba57edd704d81facdaa183128d12bbed660176c51ece8e31289911939c703553996355e268820f8694b2997 ncurses-6.1-20191012.tgz" |