summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Erik Falor <ewfalor@gmail.com>2024-01-03 17:52:04 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-03 17:57:58 +0700
commitfac5b6d772c60874886c0fdd1ceb2b71bdff960d (patch)
treed59d249056104274ab9d660b463cf79d027eb6f0
parent4a9de05e665031ac7973a75e95136fd419471990 (diff)
downloadslackbuilds-fac5b6d772c60874886c0fdd1ceb2b71bdff960d.tar.gz
slackbuilds-fac5b6d772c60874886c0fdd1ceb2b71bdff960d.tar.xz
system/xstow: Updated for version 1.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/xstow/xstow.SlackBuild10
-rw-r--r--system/xstow/xstow.info6
2 files changed, 6 insertions, 10 deletions
diff --git a/system/xstow/xstow.SlackBuild b/system/xstow/xstow.SlackBuild
index 015f3648e1..8eb44de2b7 100644
--- a/system/xstow/xstow.SlackBuild
+++ b/system/xstow/xstow.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for xstow
-# Copyright 2014 Erik Falor, West Valley City, Utah, USA
+# Copyright 2024 Erik Falor, Logan, Utah, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=xstow
-VERSION=${VERSION:-1.0.2}
+VERSION=${VERSION:-1.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -52,16 +52,12 @@ OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
- LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
- LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
- LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
- LIBDIRSUFFIX=""
fi
set -e
@@ -98,7 +94,7 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
mv $PKG/usr/share/doc/xstow/* $PKG/usr/doc/$PRGNAM-$VERSION
rm -rf $PKG/usr/share
-cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \
+cp -a AUTHORS COPYING ChangeLog NEWS README TODO \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/system/xstow/xstow.info b/system/xstow/xstow.info
index 36efb1738b..4965394893 100644
--- a/system/xstow/xstow.info
+++ b/system/xstow/xstow.info
@@ -1,8 +1,8 @@
PRGNAM="xstow"
-VERSION="1.0.2"
+VERSION="1.1.0"
HOMEPAGE="http://xstow.sourceforge.net/"
-DOWNLOAD="http://downloads.sourceforge.net/xstow/xstow-1.0.2.tar.bz2"
-MD5SUM="685fe4f3db3c363191e836082dc0d512"
+DOWNLOAD="https://github.com/majorkingleo/xstow/releases/download/1.1.0/xstow-1.1.0.tar.bz2"
+MD5SUM="c9d5a3203ee7648f0ac10f2de417b58f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""