ports: Update llvm 20.1.8->22.1.8

This commit is contained in:
2026-06-26 21:12:08 +03:00
parent 6e47fa084b
commit ac333c9677
3 changed files with 74 additions and 67 deletions

View File

@@ -1,8 +1,8 @@
#!/bin/bash ../install.sh
NAME='llvm'
VERSION='20.1.8'
DOWNLOAD_URL="https://github.com/llvm/llvm-project/releases/download/llvmorg-$VERSION/llvm-project-$VERSION.src.tar.xz#6898f963c8e938981e6c4a302e83ec5beb4630147c7311183cf61069af16333d"
VERSION='22.1.8'
DOWNLOAD_URL="https://github.com/llvm/llvm-project/releases/download/llvmorg-$VERSION/llvm-project-$VERSION.src.tar.xz#922f1817a0df7b1489272d18134ee0087a8b068828f87ac63b9861b1a9965888"
TAR_CONTENT="llvm-project-$VERSION.src"
DEPENDENCIES=('zlib' 'zstd')