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>
This commit is contained in:
Christoph Willing 2022-01-12 15:32:40 +10:00 committed by Willy Sudiarto Raharjo
parent f8ffa5f8aa
commit 0f933175a7
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View File

@ -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}

View File

@ -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"