summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2024-05-13 18:29:55 +0200
committerMichel Zou2024-05-13 18:29:55 +0200
commit7e515b23b4eef590fec181dbfec68856d3230e27 (patch)
tree1788220b69d3a2c04bb72ce83bdf85fa2058039e /PKGBUILD
parent64138ffcf42a948aea7fdac806dfcc372d0325e9 (diff)
downloadaur-mingw-w64-nanoflann.tar.gz
1.5.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f7bd53e16765..f00cba2fb053 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=('mingw-w64-nanoflann')
-pkgver=1.5.0
+pkgver=1.5.5
pkgrel=1
pkgdesc='a C++ header-only library for Nearest Neighbor (NN) search wih KD-trees (mingw-w64)'
url='https://github.com/jlblancoc/nanoflann'
@@ -9,7 +9,7 @@ makedepends=('mingw-w64-cmake')
options=('!strip' '!buildflags' 'staticlibs')
depends=('mingw-w64-eigen')
source=("https://github.com/jlblancoc/nanoflann/archive/v${pkgver}.tar.gz")
-sha256sums=('89aecfef1a956ccba7e40f24561846d064f309bc547cc184af7f4426e42f8e65')
+sha256sums=('fd28045eabaf0e7f12236092f80905a1750e0e6b580bb40eadd64dc4f75d641d')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"