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
This commit is contained in:
parent
608c4c1a01
commit
99b08814fd
2 changed files with 4 additions and 4 deletions
|
@ -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/}/ \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue