diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-01 10:07:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-03 07:17:16 +0700 |
commit | ba1f9e82fe5f54cecf95ed58394077514315ac80 (patch) | |
tree | 5aa9ae5f13ce346367d8d4741f8acdc4f8dabd8b /gis/google-earth/google-earth.SlackBuild | |
parent | bb866febf25baa7961fe390ee1bc1e3115a873a6 (diff) |
gis/google-earth: Updated for version 7.1.7.2600.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/google-earth/google-earth.SlackBuild')
-rw-r--r-- | gis/google-earth/google-earth.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gis/google-earth/google-earth.SlackBuild b/gis/google-earth/google-earth.SlackBuild index 2a475aab97ae3..d4bac1758a7d6 100644 --- a/gis/google-earth/google-earth.SlackBuild +++ b/gis/google-earth/google-earth.SlackBuild @@ -30,7 +30,7 @@ # and to Daniel de Kok and Alan_Hicks for their comments. PRGNAM=google-earth -VERSION=${VERSION:-7.1.4.1529} +VERSION=${VERSION:-7.1.7.2600} ARCH=i386 # Since this is the arch google dictates BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -46,7 +46,7 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $PKG -ar p $CWD/google-earth-stable_current_i386.deb data.tar.lzma | lzma -d | tar xv +ar p $CWD/google-earth-stable_current_i386.deb data.tar.xz | tar xJv cd $PKG chown -R root:root . # Fix Google braindeadness (and mine) |