diff options
Diffstat (limited to 'source/xap')
-rwxr-xr-x | source/xap/hexchat/hexchat.SlackBuild | 6 | ||||
-rw-r--r-- | source/xap/hexchat/hexchat.url | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/source/xap/hexchat/hexchat.SlackBuild b/source/xap/hexchat/hexchat.SlackBuild index 08856ae7..7fa4ec1c 100755 --- a/source/xap/hexchat/hexchat.SlackBuild +++ b/source/xap/hexchat/hexchat.SlackBuild @@ -23,8 +23,8 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=hexchat -VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-4} +VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -67,7 +67,7 @@ rm -rf $PKG mkdir -p $TMP $PKG cd $TMP rm -rf $PKGNAM-$VERSION -tar xvf $CWD/$PKGNAM-$VERSION.tar.xz || exit 1 +tar xvf $CWD/$PKGNAM-$VERSION.tar.?z || exit 1 cd $PKGNAM-$VERSION || exit 1 chown -R root:root . find -L . \ diff --git a/source/xap/hexchat/hexchat.url b/source/xap/hexchat/hexchat.url index 2c71b9d5..9c61d951 100644 --- a/source/xap/hexchat/hexchat.url +++ b/source/xap/hexchat/hexchat.url @@ -1 +1,2 @@ -https://dl.hexchat.net/hexchat/hexchat-2.12.4-repack.tar.xz +https://dl.hexchat.net/hexchat/hexchat-2.14.2.tar.xz.asc +https://dl.hexchat.net/hexchat/hexchat-2.14.2.tar.xz |