From bf822fe953abe30b4e62b17e7ac647c5d26323ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D9=85=D9=87=D8=AF=D9=8A=20=D8=B4=D9=8A=D9=86=D9=88=D9=86?= =?UTF-8?q?=20=28Mehdi=20Chinoune=29?= Date: Wed, 30 Nov 2022 13:20:51 +0100 Subject: [PATCH] openvdb: update to 10.0.1 --- mingw-w64-openvdb/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-openvdb/PKGBUILD b/mingw-w64-openvdb/PKGBUILD index 8240917251..20f46ba9c9 100644 --- a/mingw-w64-openvdb/PKGBUILD +++ b/mingw-w64-openvdb/PKGBUILD @@ -3,7 +3,7 @@ _realname=openvdb pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=10.0.0 +pkgver=10.0.1 pkgrel=1 pkgdesc="OpenVDB is an open source C++ library comprising a novel hierarchical data structure and a large suite of tools for the efficient storage and manipulation of sparse volumetric data discretized on three-dimensional grids (mingw-w64)" arch=('any') @@ -27,7 +27,7 @@ options=('!strip' 'buildflags' '!debug') source=(${_realname}-${pkgver}.tar.gz::https://github.com/AcademySoftwareFoundation/openvdb/archive/v${pkgver}.tar.gz 001-use-pkgconfig.patch 002-fix-finding-tbb.patch) -sha256sums=('6d4f6b5ccd0f9d35a4886d9a51a98c97fa314f75bf9737c5121e91b706e2db70' +sha256sums=('887a3391fbd96b20c77914f4fb3ab4b33d26e5fc479aa036d395def5523c622f' '107a1e7fa6a8efd0931f36088e19b14732f96df124cad6cf22821533ff745d62' '0ce7767fb9561dfbea0160709e2644e4c0e2e22d24aed1686644369e5f8f99e5')