mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
office/watson: Updated for version 1.5.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2347477e18
commit
37fd1033a3
2 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for watson
|
||||
|
||||
# Copyright 2017 Jostein Berntsen <jbernts@broadpark.no>
|
||||
# Copyright 2017-2018 Jostein Berntsen <jbernts@broadpark.no>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,7 +26,7 @@
|
|||
|
||||
PRGNAM=watson
|
||||
SRCNAM=Watson
|
||||
VERSION=${VERSION:-1.4.0}
|
||||
VERSION=${VERSION:-1.5.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -63,7 +63,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $SRCNAM-$VERSION
|
||||
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
|
||||
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz
|
||||
cd $SRCNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="watson"
|
||||
VERSION="1.4.0"
|
||||
VERSION="1.5.2"
|
||||
HOMEPAGE="http://tailordev.github.io/Watson/"
|
||||
DOWNLOAD="https://github.com/TailorDev/Watson/archive/1.4.0/Watson-1.4.0.tar.gz"
|
||||
MD5SUM="209d0759637fc989d12980b6c3350cc3"
|
||||
DOWNLOAD="https://github.com/TailorDev/Watson/archive/1.5.2/Watson-1.5.2.tar.gz"
|
||||
MD5SUM="518ae1688f3b60f79d76c76e85a5df02"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
REQUIRES="arrow click"
|
||||
MAINTAINER="Jostein Berntsen"
|
||||
EMAIL="jbernts@broadpark.no"
|
||||
|
|
Loading…
Reference in a new issue