mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/lua-readline: Updated for version 2.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cecd813bfc
commit
3601d132b6
3 changed files with 6 additions and 6 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue