network/google-cli: Updated for version 1.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8580d18b67
commit
a6a48e04fb
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=google-cli
|
||||
VERSION=${VERSION:-1.7}
|
||||
VERSION=${VERSION:-1.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -56,7 +56,7 @@ fi
|
|||
|
||||
set -e
|
||||
|
||||
SRCVER="v1.7"
|
||||
SRCVER="v1.8"
|
||||
|
||||
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 google-cli.png README.md"
|
||||
DOCS="COPYING google-cli.png README.md"
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="google-cli"
|
||||
VERSION="1.7"
|
||||
VERSION="1.8"
|
||||
HOMEPAGE="https://github.com/jarun/google-cli/"
|
||||
DOWNLOAD="https://github.com/jarun/google-cli/archive/v1.7.tar.gz"
|
||||
MD5SUM="3fcdfd59cf89f802b9c9d36a59b4c71e"
|
||||
DOWNLOAD="https://github.com/jarun/google-cli/archive/v1.8.tar.gz"
|
||||
MD5SUM="a45390bcfb3e4e2d079287c2f6b97e24"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue