mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
gis/mapnik: Updated for version 3.0.23.
This commit is contained in:
parent
d56e2b788f
commit
c64e8b1ac3
3 changed files with 10 additions and 10 deletions
|
@ -4,5 +4,5 @@ used for both desktop map design and web development.
|
|||
Optional dependencies:
|
||||
- gdal: GDAL and OGR plugin support
|
||||
- libwebp: WebP image support
|
||||
- postgis: PostGIS plugin support
|
||||
- postgresql: PostGIS plugin support
|
||||
- proj: reprojection support
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# SlackBuild for Mapnik
|
||||
#
|
||||
# Copyright 2012-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# Copyright 2012-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,9 +23,9 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=mapnik
|
||||
VERSION=${VERSION:-3.0.22}
|
||||
VARIANT=1.1.5
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-3.0.23}
|
||||
VARIANT=1.1.6
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="mapnik"
|
||||
VERSION="3.0.22"
|
||||
VERSION="3.0.23"
|
||||
HOMEPAGE="https://mapnik.org"
|
||||
DOWNLOAD="https://github.com/mapnik/mapnik/archive/v3.0.22/mapnik-3.0.22.tar.gz \
|
||||
https://github.com/mapbox/variant/archive/v1.1.5/variant-1.1.5.tar.gz"
|
||||
MD5SUM="2e26d8614484b8d4015c42f91a4a2dff \
|
||||
efeccaf1adb1da180983445020275c9c"
|
||||
DOWNLOAD="https://github.com/mapnik/mapnik/archive/v3.0.23/mapnik-3.0.23.tar.gz \
|
||||
https://github.com/mapbox/variant/archive/v1.1.6/variant-1.1.6.tar.gz"
|
||||
MD5SUM="db96c3534426f8edb9fba4d508388b18 \
|
||||
0de5f04949027735dc5d4d824e6e5562"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue