gis/ossim: Updated for version 2.6.2.
This commit is contained in:
parent
c52db81448
commit
68a1a859bd
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# SlackBuild script for ossim
|
# SlackBuild script for ossim
|
||||||
|
|
||||||
# Copyright 2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
# Copyright 2018-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -26,8 +26,8 @@
|
||||||
|
|
||||||
PRGNAM=ossim
|
PRGNAM=ossim
|
||||||
RELNAM=Juno
|
RELNAM=Juno
|
||||||
VERSION=${VERSION:-2.6.1}
|
VERSION=${VERSION:-2.6.2}
|
||||||
BUILD=${BUILD:-2}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="ossim"
|
PRGNAM="ossim"
|
||||||
VERSION="2.6.1"
|
VERSION="2.6.2"
|
||||||
HOMEPAGE="https://trac.osgeo.org/ossim/"
|
HOMEPAGE="https://trac.osgeo.org/ossim/"
|
||||||
DOWNLOAD="https://github.com/ossimlabs/ossim/archive/Juno-2.6.1/ossim-Juno-2.6.1.tar.gz"
|
DOWNLOAD="https://github.com/ossimlabs/ossim/archive/Juno-2.6.2/ossim-Juno-2.6.2.tar.gz"
|
||||||
MD5SUM="555bac69dd0566424d53f4458c6f948e"
|
MD5SUM="bfbaf80d874d7d314efcda0317c76255"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="geos jsoncpp libgeotiff"
|
REQUIRES="geos jsoncpp libgeotiff"
|
||||||
|
|
Loading…
Reference in New Issue