mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
gis/mapnik: Updated for version 3.0.21.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
8319c2e054
commit
00211a5b35
2 changed files with 17 additions and 15 deletions
|
@ -2,7 +2,8 @@
|
|||
#
|
||||
# SlackBuild for Mapnik
|
||||
#
|
||||
# Copyright 2012 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# Copyright 2012-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
|
@ -10,7 +11,7 @@
|
|||
# 1. Redistributions of this script must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
|
||||
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
||||
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
|
@ -22,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=mapnik
|
||||
VERSION=${VERSION:-3.0.20}
|
||||
VERSION=${VERSION:-3.0.21}
|
||||
VARIANT=1.1.5
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
PRGNAM="mapnik"
|
||||
VERSION="3.0.20"
|
||||
VERSION="3.0.21"
|
||||
HOMEPAGE="https://mapnik.org"
|
||||
DOWNLOAD="https://github.com/mapnik/mapnik/archive/v3.0.20/mapnik-3.0.20.tar.gz \
|
||||
DOWNLOAD="https://github.com/mapnik/mapnik/archive/v3.0.21/mapnik-3.0.21.tar.gz \
|
||||
https://github.com/mapbox/variant/archive/v1.1.5/variant-1.1.5.tar.gz"
|
||||
MD5SUM="2f319288e2ed89e0972fd5cc0389a397 \
|
||||
MD5SUM="ffd31296d4fcd540108d7a25e5144bc1 \
|
||||
efeccaf1adb1da180983445020275c9c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Benjamin Trigona-Harany"
|
||||
EMAIL="slackbuilds@jaxartes.net"
|
||||
|
||||
|
|
Loading…
Reference in a new issue