summaryrefslogtreecommitdiffstats
path: root/gis/pgrouting
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <bosth@alumni.sfu.ca>2017-08-19 07:01:03 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-08-26 07:20:28 +0700
commit8ac2bf7fb5b06e9eaa6ce6905accac983b1dbd61 (patch)
tree88b5f527daec4d1cb995b1263b2c6db75fe5fd1d /gis/pgrouting
parent5c0279e9030e0853b62e489872c5fd1be849f1ce (diff)
downloadslackbuilds-8ac2bf7fb5b06e9eaa6ce6905accac983b1dbd61.tar.gz
slackbuilds-8ac2bf7fb5b06e9eaa6ce6905accac983b1dbd61.tar.xz
gis/pgrouting: Updated for version 2.4.2.
Diffstat (limited to 'gis/pgrouting')
-rw-r--r--gis/pgrouting/pgrouting.SlackBuild4
-rw-r--r--gis/pgrouting/pgrouting.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/gis/pgrouting/pgrouting.SlackBuild b/gis/pgrouting/pgrouting.SlackBuild
index a37a5881bd..c563ee3dbe 100644
--- a/gis/pgrouting/pgrouting.SlackBuild
+++ b/gis/pgrouting/pgrouting.SlackBuild
@@ -25,7 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pgrouting
-VERSION=${VERSION:-2.4.1}
+VERSION=${VERSION:-2.4.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -90,7 +90,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a COPYING README.md $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a CONTRIBUTING.md LICENSE NEWS README.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
if [ "$WITH_DOC" = "YES" ]; then
cp -r build/doc/html $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/gis/pgrouting/pgrouting.info b/gis/pgrouting/pgrouting.info
index 344b3102c4..28adee97f3 100644
--- a/gis/pgrouting/pgrouting.info
+++ b/gis/pgrouting/pgrouting.info
@@ -1,8 +1,8 @@
PRGNAM="pgrouting"
-VERSION="2.4.1"
+VERSION="2.4.2"
HOMEPAGE="http://pgrouting.org"
-DOWNLOAD="https://github.com/pgRouting/pgrouting/archive/v2.4.1/pgrouting-2.4.1.tar.gz"
-MD5SUM="d8baf4d94a371223da6e5437cc854ed1"
+DOWNLOAD="https://github.com/pgRouting/pgrouting/archive/v2.4.2/pgrouting-2.4.2.tar.gz"
+MD5SUM="72dcf6ee93cbe954746c7835406a087f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="CGAL postgis"