diff options
author | davidovski <david@davidovski.xyz> | 2022-05-01 21:21:05 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-01 21:21:05 +0000 |
commit | 606bc59d0f8f67815c6a717843835477d44db6b3 (patch) | |
tree | 687b3fe5bc844b90a3841e1ea543aa9f9934a93a /repo/devel/clang.xibuild | |
parent | 1084afc3c4d9c83e61620de60ba59a4393a33cb0 (diff) |
added ungoogled chromium
Diffstat (limited to 'repo/devel/clang.xibuild')
-rw-r--r-- | repo/devel/clang.xibuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/devel/clang.xibuild b/repo/devel/clang.xibuild index 8ee7c38..3b93ba3 100644 --- a/repo/devel/clang.xibuild +++ b/repo/devel/clang.xibuild @@ -3,14 +3,14 @@ MAKEDEPS="cmake llvm libxml2 ninja python python-markupsafe python-pygments" DEPS="curl gcc libssh2 openssl" -PKG_VER=13.0.1 +PKG_VER=13.0.0 SOURCE=https://github.com/llvm/llvm-project/releases/download/llvmorg-$PKG_VER/clang-$PKG_VER.src.tar.xz DESC="Systems programming language focused on safety, speed and concurrency" ADDITIONAL=" patches/30-Enable-stack-protector-by-default-for-Alpine-Linux.patch patches/10-add-musl-triples.patch - " +" prepare () { apply_patches |