diff options
Diffstat (limited to 'devel/simdjson/Makefile')
-rw-r--r-- | devel/simdjson/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/simdjson/Makefile b/devel/simdjson/Makefile index 62d2b96b56c2..c0b8ab735a36 100644 --- a/devel/simdjson/Makefile +++ b/devel/simdjson/Makefile @@ -1,6 +1,6 @@ PORTNAME= simdjson DISTVERSIONPREFIX= v -DISTVERSION= 3.13.0 +PORTVERSION= 4.0.6 CATEGORIES= devel MAINTAINER= fuz@FreeBSD.org @@ -16,7 +16,7 @@ LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT USES= cmake:testing compiler:c++17-lang pathfix python:test USE_GITHUB= yes # Found in dependencies/CMakeLists.txt -GH_TUPLE= simdjson:simdjson-data:a5b13babe65c1bba7186b41b43d4cbdc20a5c470:simdjson_data/dependencies/.cache/simdjson-data +GH_TUPLE= simdjson:simdjson-data:351949906abde446f0314bf79606fb5d884f5be7:simdjson_data/dependencies/.cache/simdjson-data USE_LDCONFIG= yes CMAKE_ON= BUILD_SHARED_LIBS |