summaryrefslogtreecommitdiffstats
path: root/gis/osm2pgrouting/osm2pgrouting.SlackBuild
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <slackbuilds@jaxartes.net>2021-04-02 03:47:28 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-04-03 08:48:29 +0700
commit197884496a9789a0af5630d84f48242d3a6c3339 (patch)
tree0a5f3a089c3f0a746617ae8aea9c300d6b0e55af /gis/osm2pgrouting/osm2pgrouting.SlackBuild
parent7497b5bda184d45e45cad3b177521669f75ccd59 (diff)
downloadslackbuilds-197884496a9789a0af5630d84f48242d3a6c3339.tar.gz
slackbuilds-197884496a9789a0af5630d84f48242d3a6c3339.tar.xz
gis/osm2pgrouting: Updated for version 2.3.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/osm2pgrouting/osm2pgrouting.SlackBuild')
-rw-r--r--gis/osm2pgrouting/osm2pgrouting.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/gis/osm2pgrouting/osm2pgrouting.SlackBuild b/gis/osm2pgrouting/osm2pgrouting.SlackBuild
index 85f927efd1..c733c2e057 100644
--- a/gis/osm2pgrouting/osm2pgrouting.SlackBuild
+++ b/gis/osm2pgrouting/osm2pgrouting.SlackBuild
@@ -2,7 +2,7 @@
# SlackBuild script for osm2pgrouting
-# Copyright 2013-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
+# Copyright 2013-2021 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=osm2pgrouting
-VERSION=${VERSION:-2.3.6}
+VERSION=${VERSION:-2.3.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -82,7 +82,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- AUTHORS.md COPYING NEWS Readme.md \
+ AUTHORS.md COPYING NEWS README.md \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild