summaryrefslogtreecommitdiffstats
path: root/network/google-cli/google-cli.SlackBuild
diff options
context:
space:
mode:
author Edinaldo P. Silva <edps.mundognu@gmail.com>2015-09-12 06:03:53 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-09-12 06:03:53 +0700
commita180790555936547011a60dc15beb35049cef61d (patch)
treed4ebc5016c88632f4b02b60a52ff8d49f3ec4dbe /network/google-cli/google-cli.SlackBuild
parent750e40adf3129f69cea47f00e7a0d8de389c0981 (diff)
downloadslackbuilds-a180790555936547011a60dc15beb35049cef61d.tar.gz
slackbuilds-a180790555936547011a60dc15beb35049cef61d.tar.xz
network/google-cli: Updated for version 1.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/google-cli/google-cli.SlackBuild')
-rw-r--r--network/google-cli/google-cli.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/google-cli/google-cli.SlackBuild b/network/google-cli/google-cli.SlackBuild
index e131d3adcb..1059365e2f 100644
--- a/network/google-cli/google-cli.SlackBuild
+++ b/network/google-cli/google-cli.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=google-cli
-VERSION=${VERSION:-1.5}
+VERSION=${VERSION:-1.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -56,7 +56,7 @@ fi
set -e
-SRCVER="v1.5"
+SRCVER="v1.6"
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
@@ -83,7 +83,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
-DOCS="ChangeLog COPYING README.md"
+DOCS="ChangeLog COPYING google-cli.png README.md"
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION