summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-07-14 08:06:11 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-07-14 08:06:11 +0700
commit255da0a301c1d1255807dc887d68e3d8c767b386 (patch)
tree68a316949944afb179b8fe6fac8f3cf2a0933f8e /gis
parentf57cc9ff7546d7de4082daf43bd4cc123fd2ff40 (diff)
downloadslackbuilds-255da0a301c1d1255807dc887d68e3d8c767b386.tar.gz
slackbuilds-255da0a301c1d1255807dc887d68e3d8c767b386.tar.xz
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>
Diffstat (limited to 'gis')
-rw-r--r--gis/google-earth/google-earth.SlackBuild2
-rw-r--r--gis/google-earth/google-earth.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/gis/google-earth/google-earth.SlackBuild b/gis/google-earth/google-earth.SlackBuild
index b059ed82c0..d97948b006 100644
--- a/gis/google-earth/google-earth.SlackBuild
+++ b/gis/google-earth/google-earth.SlackBuild
@@ -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)
diff --git a/gis/google-earth/google-earth.info b/gis/google-earth/google-earth.info
index c2aac256a8..8ce56a42dc 100644
--- a/gis/google-earth/google-earth.info
+++ b/gis/google-earth/google-earth.info
@@ -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"