mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
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:
parent
f57cc9ff75
commit
255da0a301
2 changed files with 4 additions and 4 deletions
|
@ -61,7 +61,7 @@ set -e
|
||||||
rm -rf $PKG
|
rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $PKG
|
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
|
cd $PKG
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
# Fix Google braindeadness (and mine)
|
# Fix Google braindeadness (and mine)
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
PRGNAM="google-earth"
|
PRGNAM="google-earth"
|
||||||
VERSION="7.1.8.3036"
|
VERSION="7.1.8.3036"
|
||||||
HOMEPAGE="http://www.google.com/earth/index.html"
|
HOMEPAGE="https://www.google.com/earth/index.html"
|
||||||
DOWNLOAD="http://dl.google.com/dl/earth/client/current/google-earth-stable_current_i386.deb"
|
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"
|
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"
|
MD5SUM_x86_64="77cb0eacde195c224767a77ccf54c8ef"
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
MAINTAINER="Willy Sudiarto Raharjo"
|
MAINTAINER="Willy Sudiarto Raharjo"
|
||||||
|
|
Loading…
Reference in a new issue