* update qhull to 2020.2-5

This commit is contained in:
Alexander Baldeck 2024-07-25 20:27:16 +02:00
parent d77bb2c40f
commit 7cd85ba7e6
2 changed files with 17 additions and 0 deletions

13
qhull/.SRCINFO Normal file
View File

@ -0,0 +1,13 @@
pkgbase = qhull
pkgdesc = A general dimension code for computing convex hulls and related structures
pkgver = 2020.2
pkgrel = 5
url = http://www.qhull.org/
arch = x86_64
license = LicenseRef-qhull
makedepends = cmake
depends = glibc
source = http://www.qhull.org/download/qhull-2020-src-8.0.2.tgz
sha256sums = b5c2d7eb833278881b952c8a52d20179eab87766b00b865000469a45c1838b7e
pkgname = qhull

4
qhull/.nvchecker.toml Normal file
View File

@ -0,0 +1,4 @@
[qhull]
source = 'regex'
url = 'http://www.qhull.org/download/'
regex = 'qhull-([\d.]+)\.[a-z]'