mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
gis/mapnik: Updated for version 3.0.22.
This commit is contained in:
parent
674f852b7a
commit
d435afa374
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# SlackBuild for Mapnik
|
||||
#
|
||||
# Copyright 2012-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# Copyright 2012-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=mapnik
|
||||
VERSION=${VERSION:-3.0.21}
|
||||
VERSION=${VERSION:-3.0.22}
|
||||
VARIANT=1.1.5
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
PRGNAM="mapnik"
|
||||
VERSION="3.0.21"
|
||||
VERSION="3.0.22"
|
||||
HOMEPAGE="https://mapnik.org"
|
||||
DOWNLOAD="https://github.com/mapnik/mapnik/archive/v3.0.21/mapnik-3.0.21.tar.gz \
|
||||
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="ffd31296d4fcd540108d7a25e5144bc1 \
|
||||
MD5SUM="2e26d8614484b8d4015c42f91a4a2dff \
|
||||
efeccaf1adb1da180983445020275c9c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue