diff options
author | Nick Hainke <vincent@systemli.org> | 2022-08-29 13:35:06 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-09-07 04:22:40 +0100 |
commit | 8ad03a2cd750301a4b60d2aee760b76e58afc88b (patch) | |
tree | e6ab46d08dfbfe122056af814922461086f5bcb3 /tools | |
parent | 7cae91493901878167cc6e9af81e389214e405cc (diff) | |
download | upstream-8ad03a2cd750301a4b60d2aee760b76e58afc88b.tar.gz upstream-8ad03a2cd750301a4b60d2aee760b76e58afc88b.tar.bz2 upstream-8ad03a2cd750301a4b60d2aee760b76e58afc88b.zip |
tools/llvm: update to 14.0.6
Update to latest version.
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/llvm-bpf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/llvm-bpf/Makefile b/tools/llvm-bpf/Makefile index 527b357824..775e1af896 100644 --- a/tools/llvm-bpf/Makefile +++ b/tools/llvm-bpf/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=llvm-project -PKG_VERSION:=13.0.0 +PKG_VERSION:=14.0.6 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).src.tar.xz PKG_SOURCE_URL:=https://github.com/llvm/llvm-project/releases/download/llvmorg-$(PKG_VERSION) -PKG_HASH:=6075ad30f1ac0e15f07c1bf062c1e1268c241d674f11bd32cdf0e040c71f2bf3 +PKG_HASH:=8b3cfd7bc695bd6cea0f37f53f0981f34f87496e79e2529874fd03a2f9dd3a8a HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)-$(PKG_VERSION).src |