summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2021-05-09 08:57:17 -0400
committerAndrew Sun2021-05-09 08:57:17 -0400
commitbf8475c205075e09ac44af564531a3e5e1e8da53 (patch)
tree4d5c5ad6ed1dfea8ee802b2755f4c5fc0b1e7c6c /PKGBUILD
parenteb24a1d4533302f9ed838859fa9c40e025f57d85 (diff)
downloadaur-bf8475c205075e09ac44af564531a3e5e1e8da53.tar.gz
1.9.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3c52b92609c9..6cc244b51e6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Soo-Hyun Yoo <yoos117 at gmail dot com>
pkgname=octomap
-pkgver=1.9.6
+pkgver=1.9.7
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=('0f88c1c024f0d29ab74c7fb9f6ebfdddc8be725087372c6c4d8878be95831eb6')
+sha256sums=('3e9ac020686ceb4e17e161bffc5a0dafd9cccab33adeb9adee59a61c418ea1c1')
build() {
cd "$srcdir/octomap-$pkgver/octomap"