From 0f933175a7b475b0528d4881bfdf293e403bb5ad Mon Sep 17 00:00:00 2001 From: Christoph Willing Date: Wed, 12 Jan 2022 15:32:40 +1000 Subject: [PATCH] gis/osgEarth: Updated for version 3.2 Signed-off-by: Christoph Willing Signed-off-by: Willy Sudiarto Raharjo --- gis/osgEarth/osgEarth.SlackBuild | 4 ++-- gis/osgEarth/osgEarth.info | 8 ++++---- 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 -# 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"