aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2022-09-20 23:49:31 +0000
committerBrooks Davis <brooks@FreeBSD.org>2022-09-20 23:49:31 +0000
commit99b08814fd22364a8682b3bd58b6c0ad1211313c (patch)
tree96859bd63202a9632414b80f11aa77525e8a33d9
parent608c4c1a01660abbb8d84f6d50af4714995231fb (diff)
downloadports-99b08814fd22364a8682b3bd58b6c0ad1211313c.tar.gz
ports-99b08814fd22364a8682b3bd58b6c0ad1211313c.zip
devel/llvm15: Update to 15.0.1
Of note: -Wimplicit-function-declaration and -Wimplicit-int have been downgraded to warn by default rather than error to allow more time for configure scripts to be updated to avoid spurious errors. They are expected to switch back to error in Clang 16. For a complete list of changes see: https://discourse.llvm.org/t/llvm-15-0-1-released/65380
-rw-r--r--devel/llvm15/Makefile2
-rw-r--r--devel/llvm15/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/llvm15/Makefile b/devel/llvm15/Makefile
index 6d2158e270ea..aef6323b6277 100644
--- a/devel/llvm15/Makefile
+++ b/devel/llvm15/Makefile
@@ -1,5 +1,5 @@
PORTNAME= llvm
-DISTVERSION= 15.0.0
+DISTVERSION= 15.0.1
PORTREVISION= 0
CATEGORIES= devel lang
MASTER_SITES= https://github.com/llvm/llvm-project/releases/download/llvmorg-${DISTVERSION:S/rc/-rc/}/ \
diff --git a/devel/llvm15/distinfo b/devel/llvm15/distinfo
index 7b4c37639402..13b9f83e8d5a 100644
--- a/devel/llvm15/distinfo
+++ b/devel/llvm15/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1662494004
-SHA256 (llvm-project-15.0.0.src.tar.xz) = caaf8100365b6ebafc39fea803e902ca3ff38b4d5327b9927097808d32964db7
-SIZE (llvm-project-15.0.0.src.tar.xz) = 112062796
+TIMESTAMP = 1663696297
+SHA256 (llvm-project-15.0.1.src.tar.xz) = f25ce2d4243bebf527284eb7be7f6f56ef454fca8b3de9523f7eb4efb8d26218
+SIZE (llvm-project-15.0.1.src.tar.xz) = 112068688