mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
misc/rlwrap: Updated for version 0.46.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2b6ea2e898
commit
57333a9cf0
2 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=rlwrap
|
||||
VERSION=${VERSION:-0.46}
|
||||
VERSION=${VERSION:-0.46.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="rlwrap"
|
||||
VERSION="0.46"
|
||||
VERSION="0.46.1"
|
||||
HOMEPAGE="https://github.com/hanslub42/rlwrap"
|
||||
DOWNLOAD="https://github.com/hanslub42/rlwrap/archive/v0.46/rlwrap-0.46.tar.gz"
|
||||
MD5SUM="ed200b26f433a56d0941de53905da6f6"
|
||||
DOWNLOAD="https://github.com/hanslub42/rlwrap/archive/0.46.1/rlwrap-0.46.1.tar.gz"
|
||||
MD5SUM="7c585b2c90765326bc4d21a145575cb9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue