diff options
Diffstat (limited to 'security/boringssl/Makefile')
-rw-r--r-- | security/boringssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/boringssl/Makefile b/security/boringssl/Makefile index 6796d0a3eda9..a549b2085a9f 100644 --- a/security/boringssl/Makefile +++ b/security/boringssl/Makefile @@ -1,5 +1,5 @@ PORTNAME= boringssl -PORTVERSION= 0.0.0.0.2025.06.02.01 +PORTVERSION= 0.0.0.0.2025.07.01.01 PORTREVISION= 1 CATEGORIES= security EXTRACT_ONLY= ${GH_ACCOUNT}-${PORTNAME}-${PORTVERSION}-${GH_TAGNAME}_GH0.tar.gz @@ -20,7 +20,7 @@ CPE_VENDOR= google USE_GITHUB= yes GH_ACCOUNT= google -GH_TAGNAME= 035e720 +GH_TAGNAME= f3dcc46 CMAKE_ARGS+= -DBUILD_SHARED_LIBS=1 CFLAGS_i386= -msse2 |