summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2021-01-23 17:54:22 -0500
committerAndrew Sun2021-01-23 17:54:22 -0500
commiteb24a1d4533302f9ed838859fa9c40e025f57d85 (patch)
treef0db20ebcded12cb3a2b6160adc673091f7c0ccc /PKGBUILD
parente1fbe7e7cf2863ee6e5f27d5e4d65eb4a8d91c51 (diff)
downloadaur-eb24a1d4533302f9ed838859fa9c40e025f57d85.tar.gz
1.9.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8bedf83fd6d..3c52b92609c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Soo-Hyun Yoo <yoos117 at gmail dot com>
pkgname=octomap
-pkgver=1.9.5
+pkgver=1.9.6
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=('adf87320c4c830c0fd85fe8d913d8aa174e2f72d0ea64c917599a50a561092b6')
+sha256sums=('0f88c1c024f0d29ab74c7fb9f6ebfdddc8be725087372c6c4d8878be95831eb6')
build() {
cd "$srcdir/octomap-$pkgver/octomap"