mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
gis/ossim: Updated for version 2.6.2.
This commit is contained in:
parent
c52db81448
commit
68a1a859bd
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue