diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-18 09:06:10 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-18 09:06:10 +0700 |
commit | 473b445496f6cb6083177b619803e1eadaf545f9 (patch) | |
tree | 7b6235ab976f982315cbd113b15b2e423c89015a /gis | |
parent | 920ae796a253ee62e100a289c0d9c62d1a5f4ac8 (diff) |
gis/ossim: Fix source.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r-- | gis/ossim/ossim.SlackBuild | 3 | ||||
-rw-r--r-- | gis/ossim/ossim.info | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/gis/ossim/ossim.SlackBuild b/gis/ossim/ossim.SlackBuild index 298be790bd39..3a7c2ef47654 100644 --- a/gis/ossim/ossim.SlackBuild +++ b/gis/ossim/ossim.SlackBuild @@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/gis/ossim/ossim.info b/gis/ossim/ossim.info index 1b6df8a8b510..9223b691617d 100644 --- a/gis/ossim/ossim.info +++ b/gis/ossim/ossim.info @@ -1,8 +1,8 @@ PRGNAM="ossim" VERSION="2.12.0" HOMEPAGE="https://trac.osgeo.org/ossim/" -DOWNLOAD="https://github.com/ossimlabs/ossim/archive/2.12.0/ossim-2.12.0.tar.gz" -MD5SUM="6b5930d3eca47555f4031480f8dc8847" +DOWNLOAD="https://github.com/ossimlabs/ossim/archive/v2.12.0/ossim-2.12.0.tar.gz" +MD5SUM="a7e4c97c39e69c893b1a846d06e4b0e8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="geos jsoncpp libgeotiff" |