gis/ossim: Updated for version 2.6.2.

This commit is contained in:
Benjamin Trigona-Harany 2019-01-17 09:49:46 -08:00 committed by Willy Sudiarto Raharjo
parent c52db81448
commit 68a1a859bd
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# SlackBuild script for ossim
# Copyright 2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2018-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -26,8 +26,8 @@
PRGNAM=ossim
RELNAM=Juno
VERSION=${VERSION:-2.6.1}
BUILD=${BUILD:-2}
VERSION=${VERSION:-2.6.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then

View file

@ -1,8 +1,8 @@
PRGNAM="ossim"
VERSION="2.6.1"
VERSION="2.6.2"
HOMEPAGE="https://trac.osgeo.org/ossim/"
DOWNLOAD="https://github.com/ossimlabs/ossim/archive/Juno-2.6.1/ossim-Juno-2.6.1.tar.gz"
MD5SUM="555bac69dd0566424d53f4458c6f948e"
DOWNLOAD="https://github.com/ossimlabs/ossim/archive/Juno-2.6.2/ossim-Juno-2.6.2.tar.gz"
MD5SUM="bfbaf80d874d7d314efcda0317c76255"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="geos jsoncpp libgeotiff"