aboutsummaryrefslogtreecommitdiff
path: root/graphics/oidn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/oidn/Makefile')
-rw-r--r--graphics/oidn/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/oidn/Makefile b/graphics/oidn/Makefile
index ca3af939c4a2..36d7b0371dfb 100644
--- a/graphics/oidn/Makefile
+++ b/graphics/oidn/Makefile
@@ -1,6 +1,6 @@
PORTNAME= oidn
DISTVERSIONPREFIX= v
-DISTVERSION= 2.1.0
+DISTVERSION= 2.2.0
CATEGORIES= graphics
MASTER_SITES= http://freebsd.org/:weights # bogus URL to make the framework happy, the fetch uses Git URL below
DISTFILES= ${PORTNAME}-weights-${WEIGHTS_GIT_HASH}${EXTRACT_SUFX}:weights
@@ -48,7 +48,7 @@ OPENIMAGEIO_LIB_DEPENDS= libOpenImageIO.so:graphics/openimageio
OPENIMAGEIO_IMPLIES= APPS # OpenImageIO is only used by apps and examples
WEIGHTS_GIT_URL= https://github.com/OpenImageDenoise/oidn-weights.git
-WEIGHTS_GIT_HASH= 4322c25e25a05584f65da1a4be5cef40a4b2e90b
+WEIGHTS_GIT_HASH= 44ff866123ffd6c26bbc27e5e48e8cd4ec8a1a66
pre-fetch:
@if [ "${FORCE_FETCH_ALL}" = "true" ] || ! [ -f "${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}-weights-${WEIGHTS_GIT_HASH}${EXTRACT_SUFX}" ]; then \