summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e60f527a7acb..86570270f85f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pgrouting
pkgdesc = Adds routing functionality to PostGIS/PostgreSQL
- pkgver = 3.0.0
+ pkgver = 3.1.0
pkgrel = 1
url = http://pgrouting.org/
arch = i686
@@ -12,8 +12,8 @@ pkgbase = pgrouting
depends = postgis>=2.0
depends = gcc-libs
depends = cgal
- source = pgrouting-3.0.0.tar.gz::https://github.com/pgRouting/pgrouting/archive/v3.0.0.tar.gz
- sha512sums = 6e8700d315df14d0a87e5520c5b9e683dc1c88859614a1396b9844c56032b35b930882756a0069354cbc4542f6108362bed7beb027a1362803237e0682fc4885
+ source = pgrouting-3.1.0.tar.gz::https://github.com/pgRouting/pgrouting/archive/v3.1.0.tar.gz
+ sha512sums = 48b08e8a536fa7806fe50ad0e43d7c0aa10130a1da3861fae3e73628904a8b848d8f74cedb1cd5ba12b21c13676ba332c45e9dbde22251087653609507c80d78
pkgname = pgrouting
diff --git a/PKGBUILD b/PKGBUILD
index b40ebf9c3ff2..408f4cdb511c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Andre Klitzing <andre () incubo () de>
pkgname=pgrouting
-pkgver=3.0.0
+pkgver=3.1.0
pkgrel=1
pkgdesc="Adds routing functionality to PostGIS/PostgreSQL"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('GPL2')
depends=('postgis>=2.0' 'gcc-libs' 'cgal')
makedepends=('cmake' 'boost' 'postgresql>=9.2')
source=("$pkgname-$pkgver.tar.gz"::https://github.com/pgRouting/$pkgname/archive/v$pkgver.tar.gz)
-sha512sums=('6e8700d315df14d0a87e5520c5b9e683dc1c88859614a1396b9844c56032b35b930882756a0069354cbc4542f6108362bed7beb027a1362803237e0682fc4885')
+sha512sums=('48b08e8a536fa7806fe50ad0e43d7c0aa10130a1da3861fae3e73628904a8b848d8f74cedb1cd5ba12b21c13676ba332c45e9dbde22251087653609507c80d78')
prepare() {
cd $pkgname-$pkgver