From 652e0a15cf4aa30541c94f5f4f7993030fc267d1 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Wed, 24 Jul 2019 19:27:45 +0000 Subject: Wed Jul 24 19:27:45 UTC 2019 d/python-pip-19.2.1-x86_64-1.txz: Upgraded. d/subversion-1.12.2-x86_64-1.txz: Upgraded. l/glib2-2.60.6-x86_64-1.txz: Upgraded. l/python-docutils-0.15-x86_64-1.txz: Upgraded. n/whois-5.5.0-x86_64-1.txz: Upgraded. x/glu-9.0.1-x86_64-1.txz: Upgraded. xfce/xfce4-terminal-0.8.8-x86_64-1.txz: Upgraded. --- source/n/whois/whois.SlackBuild | 7 +++---- source/n/whois/whois.url | 1 + 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 source/n/whois/whois.url (limited to 'source/n/whois') diff --git a/source/n/whois/whois.SlackBuild b/source/n/whois/whois.SlackBuild index 8485fe7a..865a1ad6 100755 --- a/source/n/whois/whois.SlackBuild +++ b/source/n/whois/whois.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2008, 2009, 2010, 2011, 2017, 2018 Patrick J. Volkerding, Sebeka, Minnesota, USA +# Copyright 2008, 2009, 2010, 2011, 2017, 2018, 2019 Patrick J. Volkerding, Sebeka, Minnesota, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=whois -VERSION=${VERSION:-$(echo ${PKGNAM}_*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d _ | rev)} +VERSION=${VERSION:-$(echo ${PKGNAM}-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} BUILD=${BUILD:-1} # Automatically determine architecture for build & packaging: @@ -50,7 +50,7 @@ rm -rf $PKG mkdir -p $TMP $PKG cd $TMP rm -rf whois-$VERSION -tar xvf $CWD/whois_$VERSION.tar.?z* || exit 1 +tar xvf $CWD/whois-$VERSION.tar.?z || exit 1 cd whois-$VERSION chown -R root:root . find . \ @@ -84,4 +84,3 @@ cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG /sbin/makepkg -l y -c n $TMP/whois-$VERSION-$ARCH-$BUILD.txz - diff --git a/source/n/whois/whois.url b/source/n/whois/whois.url new file mode 100644 index 00000000..facf8278 --- /dev/null +++ b/source/n/whois/whois.url @@ -0,0 +1 @@ +https://github.com/rfc1036/whois -- cgit v1.2.3