gis/google-earth: Change source.

The new version is a pro edition and contains new features,
but it crashed during testing, so postpone update for now.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2017-07-14 08:06:11 +07:00
parent f57cc9ff75
commit 255da0a301
2 changed files with 4 additions and 4 deletions

View file

@ -61,7 +61,7 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $PKG
ar p $CWD/google-earth-stable_current_$SRCARCH.deb data.tar.xz | tar xJv
ar p $CWD/google-earth-stable_$VERSION-r0_$SRCARCH.deb data.tar.xz | tar xJv
cd $PKG
chown -R root:root .
# Fix Google braindeadness (and mine)

View file

@ -1,9 +1,9 @@
PRGNAM="google-earth"
VERSION="7.1.8.3036"
HOMEPAGE="http://www.google.com/earth/index.html"
DOWNLOAD="http://dl.google.com/dl/earth/client/current/google-earth-stable_current_i386.deb"
HOMEPAGE="https://www.google.com/earth/index.html"
DOWNLOAD="https://dl.google.com/linux/earth/deb/pool/main/g/google-earth-stable/google-earth-stable_7.1.8.3036-r0_i386.deb"
MD5SUM="bf6ccc911ce09a9ec5dc0e6ee98e92d5"
DOWNLOAD_x86_64="http://dl.google.com/dl/earth/client/current/google-earth-stable_current_amd64.deb"
DOWNLOAD_x86_64="https://dl.google.com/linux/earth/deb/pool/main/g/google-earth-stable/google-earth-stable_7.1.8.3036-r0_amd64.deb"
MD5SUM_x86_64="77cb0eacde195c224767a77ccf54c8ef"
REQUIRES=""
MAINTAINER="Willy Sudiarto Raharjo"