diff options
Diffstat (limited to 'converters/simdutf/Makefile')
-rw-r--r-- | converters/simdutf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/simdutf/Makefile b/converters/simdutf/Makefile index d855610e9e0a..2f4ccd2431e3 100644 --- a/converters/simdutf/Makefile +++ b/converters/simdutf/Makefile @@ -1,6 +1,6 @@ PORTNAME= simdutf DISTVERSIONPREFIX= v -DISTVERSION= 7.3.1 +DISTVERSION= 7.3.3 CATEGORIES= converters textproc MAINTAINER= fuz@FreeBSD.org @@ -12,7 +12,7 @@ LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT -USES= cmake:testing compiler:c++17-lang pathfix python:build,test +USES= cmake:testing compiler:c++17-lang python:build,test USE_GITHUB= yes USE_LDCONFIG= yes |