aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2022-10-22 07:42:10 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-05 21:15:15 +0700
commit17871ab225c880a83f95ee071fceeb4feace775b (patch)
treee05a9ddcc46a8b2cec739cfcfd5927a767d4798e /misc
parent1e36ff92edcde2464654b7d0126dd936e0383a04 (diff)
downloadslackbuilds-17871ab225c880a83f95ee071fceeb4feace775b.tar.xz
misc/rlwrap: Updated for version 0.46.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/rlwrap/rlwrap.SlackBuild5
-rw-r--r--misc/rlwrap/rlwrap.info6
2 files changed, 4 insertions, 7 deletions
diff --git a/misc/rlwrap/rlwrap.SlackBuild b/misc/rlwrap/rlwrap.SlackBuild
index 60e4c468107f..bcf106891416 100644
--- a/misc/rlwrap/rlwrap.SlackBuild
+++ b/misc/rlwrap/rlwrap.SlackBuild
@@ -9,7 +9,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=rlwrap
-VERSION=${VERSION:-0.45.2}
+VERSION=${VERSION:-0.46}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -22,9 +22,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
diff --git a/misc/rlwrap/rlwrap.info b/misc/rlwrap/rlwrap.info
index b094c58907bc..bc4e0f6f6ac3 100644
--- a/misc/rlwrap/rlwrap.info
+++ b/misc/rlwrap/rlwrap.info
@@ -1,8 +1,8 @@
PRGNAM="rlwrap"
-VERSION="0.45.2"
+VERSION="0.46"
HOMEPAGE="https://github.com/hanslub42/rlwrap"
-DOWNLOAD="https://github.com/hanslub42/rlwrap/archive/v0.45.2/rlwrap-0.45.2.tar.gz"
-MD5SUM="3ba62c3759552204131ed656977634f2"
+DOWNLOAD="https://github.com/hanslub42/rlwrap/archive/v0.46/rlwrap-0.46.tar.gz"
+MD5SUM="ed200b26f433a56d0941de53905da6f6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""