summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 18cf62d92557..f8bedf83fd6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Soo-Hyun Yoo <yoos117 at gmail dot com>
pkgname=octomap
-pkgver=1.9.3
+pkgver=1.9.5
pkgrel=1
pkgdesc="Efficient probabilistic 3D mapping framework based on octrees"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ provides=('octomap')
conflicts=('octomap-git')
options=('staticlibs')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/OctoMap/octomap/archive/v${pkgver}.tar.gz")
-sha256sums=('8488de97ed2c8f4757bfbaf3225e82a9e36783dce1f573b3bde1cf968aa89696')
+sha256sums=('adf87320c4c830c0fd85fe8d913d8aa174e2f72d0ea64c917599a50a561092b6')
build() {
cd "$srcdir/octomap-$pkgver/octomap"