development/google-webdesigner: Updated for version 1.1.7.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3cd58aa798
commit
191352f109
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for google-webdesigner
|
||||
|
||||
# Copyright 2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2014-2015 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=google-webdesigner
|
||||
VERSION=${VERSION:-1.1.3.1119}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-1.1.7.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -69,6 +69,7 @@ rm -rf $PKG/usr/share/doc
|
|||
rm -rf $PKG/etc
|
||||
|
||||
chmod 644 $PKG/usr/share/applications/$PRGNAM.desktop
|
||||
chmod 4755 $PKG/opt/google/webdesigner/chrome-sandbox
|
||||
|
||||
mkdir -p $PKG/usr/share/pixmaps
|
||||
cp $PKG/opt/google/webdesigner/resources/product_logo_128.png $PKG/usr/share/pixmaps/$PRGNAM.png
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="google-webdesigner"
|
||||
VERSION="1.1.3.1119"
|
||||
VERSION="1.1.7.0"
|
||||
HOMEPAGE="https://www.google.com/webdesigner/"
|
||||
DOWNLOAD="https://dl.google.com/linux/direct/google-webdesigner_current_i386.deb"
|
||||
MD5SUM="a13898e5285d663db8d334590d5c7e87"
|
||||
MD5SUM="3fcfe673c41c07c0826596369b5daf89"
|
||||
DOWNLOAD_x86_64="https://dl.google.com/linux/direct/google-webdesigner_current_amd64.deb"
|
||||
MD5SUM_x86_64="345a52e808e8df2cc4bf3b6759051637"
|
||||
MD5SUM_x86_64="cc439889f3cc0cf47a85faf2e523832e"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Willy Sudiarto Raharjo"
|
||||
EMAIL="willysr@slackbuilds.org"
|
||||
|
|
Loading…
Reference in New Issue