mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
network/google-cli: Updated for version 1.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
dd5ba29442
commit
634878b1ba
2 changed files with 6 additions and 6 deletions
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=google-cli
|
||||
VERSION=${VERSION:-1.8}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-1.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -56,7 +56,7 @@ fi
|
|||
|
||||
set -e
|
||||
|
||||
SRCVER="v1.8"
|
||||
SRCVER="v1.9"
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="google-cli"
|
||||
VERSION="1.8"
|
||||
VERSION="1.9"
|
||||
HOMEPAGE="https://github.com/jarun/google-cli/"
|
||||
DOWNLOAD="https://github.com/jarun/google-cli/archive/v1.8.tar.gz"
|
||||
MD5SUM="a45390bcfb3e4e2d079287c2f6b97e24"
|
||||
DOWNLOAD="https://github.com/jarun/google-cli/archive/v1.9.tar.gz"
|
||||
MD5SUM="4d23bf9f3b01eda68145d718c5a7f507"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue