Update dependencies

This commit is contained in:
2025-11-02 17:14:54 +02:00
parent cc86c483ac
commit 58636e98d9
2 changed files with 15 additions and 12 deletions
+5 -5
View File
@@ -1,18 +1,18 @@
name: zig
description: A general-purpose programming language and toolchain for maintaining robust, optimal and reusable software
version: 0.15.2
revision: 1
revision: 2
url: https://ziglang.org/
license: MIT
architecture: any
type: source
depends:
- clang
- lld
- llvm-libs
- clang20
- lld20
- llvm20-libs
make_depends:
- cmake
- llvm
- llvm20
downloads:
- url: https://github.com/ziglang/zig/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE}