libraries/lua-readline: Updated for version 2.6.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
abooksigun 2020-04-18 17:07:35 +07:00 committed by Willy Sudiarto Raharjo
parent cecd813bfc
commit 3601d132b6
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for lua-readline
# Copyright 2019 abooksigun <abooksigun09@gmail.com>
# Copyright 2020 abooksigun <abooksigun09@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
PRGNAM=lua-readline
SRCNAM=readline
VERSION=${VERSION:-2.5}
VERSION=${VERSION:-2.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="lua-readline"
VERSION="2.5"
VERSION="2.6"
HOMEPAGE="http://www.pjb.com.au/comp/lua/readline.html"
DOWNLOAD="http://www.pjb.com.au/comp/lua/readline-2.5.tar.gz"
MD5SUM="fe1156b5b30cfc42999099e7061df6bb"
DOWNLOAD="http://www.pjb.com.au/comp/lua/readline-2.6.tar.gz"
MD5SUM="46222ce5904c3f2f4f1f9073fc5697ce"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lua-posix"

View file

@ -11,7 +11,7 @@ lua-readline:
lua-readline: This Lua module offers a simple calling interface
lua-readline: to the GNU Readline/History Library.
lua-readline:
lua-readline: Homepage: http://www.pjb.com.au/comp/lua/readline-2.5.tar.gz
lua-readline: Homepage: http://www.pjb.com.au/comp/lua/readline.html
lua-readline:
lua-readline:
lua-readline: