summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author Christoph Willing2022-01-12 06:32:40 +0100
committer Willy Sudiarto Raharjo2022-01-13 02:58:45 +0100
commit0f933175a7b475b0528d4881bfdf293e403bb5ad (patch)
treebb69f4a99951d33408202f08b22372431e464a42 /gis
parentf8ffa5f8aa6107d5018eec9ff7ac4c6347370942 (diff)
downloadslackbuilds-0f933175a7b475b0528d4881bfdf293e403bb5ad.tar.gz
gis/osgEarth: Updated for version 3.2
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r--gis/osgEarth/osgEarth.SlackBuild4
-rw-r--r--gis/osgEarth/osgEarth.info8
2 files changed, 6 insertions, 6 deletions
diff --git a/gis/osgEarth/osgEarth.SlackBuild b/gis/osgEarth/osgEarth.SlackBuild
index a675619a74..dddc27210a 100644
--- a/gis/osgEarth/osgEarth.SlackBuild
+++ b/gis/osgEarth/osgEarth.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for osgEarth
# Copyright 2012 Alexander Bruy <alexander.bruy@gmail.com>
-# Copyright 2018-2021 Christoph Willing, Brisbane Australia
+# Copyright 2018-2022 Christoph Willing, Brisbane Australia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=osgEarth
SRCNAM=osgearth
-VERSION=${VERSION:-3.1}
+VERSION=${VERSION:-3.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/gis/osgEarth/osgEarth.info b/gis/osgEarth/osgEarth.info
index 75cc714ddd..ba83e1a3fb 100644
--- a/gis/osgEarth/osgEarth.info
+++ b/gis/osgEarth/osgEarth.info
@@ -1,10 +1,10 @@
PRGNAM="osgEarth"
-VERSION="3.1"
+VERSION="3.2"
HOMEPAGE="http://osgearth.org/"
-DOWNLOAD="https://github.com/gwaldron/osgearth/archive/osgearth-3.1/osgearth-osgearth-3.1.tar.gz"
-MD5SUM="20230b8e07da210c1a7757247a339243"
+DOWNLOAD="https://github.com/gwaldron/osgearth/archive/osgearth-3.2/osgearth-osgearth-3.2.tar.gz"
+MD5SUM="c9de48b9326b739e547879f9c0cb1b33"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="OpenSceneGraph gdal"
+REQUIRES="OpenSceneGraph gdal protobuf3"
MAINTAINER="Christoph Willing"
EMAIL="chris.willing@linux.com"