summaryrefslogtreecommitdiff
path: root/misc/py-gguf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/py-gguf/Makefile')
-rw-r--r--misc/py-gguf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/py-gguf/Makefile b/misc/py-gguf/Makefile
index 3b70a16269bd..3073bf861da1 100644
--- a/misc/py-gguf/Makefile
+++ b/misc/py-gguf/Makefile
@@ -24,7 +24,7 @@ USE_PYTHON= pep517 autoplist pytest
USE_GITHUB= yes
GH_ACCOUNT= ggml-org
GH_PROJECT= llama.cpp
-GH_TAGNAME= b5866
+GH_TAGNAME= b6040
WRKSRC= ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME}/gguf-py
@@ -37,6 +37,6 @@ post-patch: # update version to reflect llama-cpp revision, have to use '.' sinc
-e 's/version = "${DISTVERSION:R}"/version = "${DISTVERSION:R}.${GH_TAGNAME:S/b//}"/' \
${WRKSRC}/pyproject.toml
-# tests as of 0.17.1.5866: 5 passed in 1.96s
+# tests as of 0.17.1.5895: 5 passed in 2.08s
.include <bsd.port.mk>