diff options
author | Christoph Willing <chris.willing@linux.com> | 2022-01-12 15:32:40 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-13 08:58:45 +0700 |
commit | 0f933175a7b475b0528d4881bfdf293e403bb5ad (patch) | |
tree | bb69f4a99951d33408202f08b22372431e464a42 /gis/osgEarth | |
parent | f8ffa5f8aa6107d5018eec9ff7ac4c6347370942 (diff) |
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/osgEarth')
-rw-r--r-- | gis/osgEarth/osgEarth.SlackBuild | 4 | ||||
-rw-r--r-- | 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 a675619a7487..dddc27210a69 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 75cc714ddd23..ba83e1a3fb99 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" |