diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2017-08-22 07:00:23 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-26 07:19:40 +0700 |
commit | d319567ab864e2e7b9baa00f2798555544ff6022 (patch) | |
tree | 3c30a962934da8ff943e6156a7cdf26ee63e9383 /academic/xiphos/xiphos.SlackBuild | |
parent | a1bb30d2d752b777309613003ce39a8ebc78da23 (diff) | |
download | slackbuilds-d319567ab864e2e7b9baa00f2798555544ff6022.tar.gz |
academic/xiphos: Updated for version 4.0.6.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'academic/xiphos/xiphos.SlackBuild')
-rw-r--r-- | academic/xiphos/xiphos.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/academic/xiphos/xiphos.SlackBuild b/academic/xiphos/xiphos.SlackBuild index b7ad7708e8..dc1d29b019 100644 --- a/academic/xiphos/xiphos.SlackBuild +++ b/academic/xiphos/xiphos.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xiphos -VERSION=${VERSION:-4.0.5} +VERSION=${VERSION:-4.0.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,7 +60,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION-20170423.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION-20170810.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ |