diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2023-12-30 16:34:03 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2023-12-30 16:40:33 +0000 |
commit | 3fdf34ecef44a2cc2a70bb85a8c53082ed6b731c (patch) | |
tree | f3284e4ee254025017c99b2439249ec57217be2a /devel/aws-crt-cpp/Makefile | |
parent | security/aws-c-auth: Update to 0.7.10 (diff) |
devel/aws-crt-cpp: Update to 0.26.0
ChangeLog: https://github.com/awslabs/aws-crt-cpp/releases/tag/v0.26.0
https://github.com/awslabs/aws-crt-cpp/releases/tag/v0.25.1
Diffstat (limited to 'devel/aws-crt-cpp/Makefile')
-rw-r--r-- | devel/aws-crt-cpp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/aws-crt-cpp/Makefile b/devel/aws-crt-cpp/Makefile index 743677885edf..b1a96cfa42b3 100644 --- a/devel/aws-crt-cpp/Makefile +++ b/devel/aws-crt-cpp/Makefile @@ -1,6 +1,6 @@ PORTNAME= aws-crt-cpp DISTVERSIONPREFIX= v -DISTVERSION= 0.25.0 +DISTVERSION= 0.26.0 CATEGORIES= devel MAINTAINER= eduardo@FreeBSD.org |