Update package version to 20.1.7

This commit is contained in:
2025-07-11 18:00:58 +03:00
parent 40e6dd041f
commit b5ee8abfe6
+2 -2
View File
@@ -1,6 +1,6 @@
name: llvm name: llvm
description: A collection of modular and reusable compiler and toolchain technologies description: A collection of modular and reusable compiler and toolchain technologies
version: 18.1.7 version: 20.1.7
url: https://llvm.org url: https://llvm.org
license: Apache2-with-llvm-exception license: Apache2-with-llvm-exception
architecture: any architecture: any
@@ -8,7 +8,7 @@ make_depends: ["cmake","libffi","ncurses","ninja","python3","zlib","zstd"]
type: source type: source
split_packages: split_packages:
- name: llvm - name: llvm
depends: ["perl"] depends: ["libedit","perl"]
- name: clang - name: clang
description: C language family frontend for LLVM description: C language family frontend for LLVM
url: https://clang.llvm.org/ url: https://clang.llvm.org/