[openwrt/openwrt] tools/llvm: update to 15.0.7
LEDE Commits
lede-commits at lists.infradead.org
Fri Jan 13 13:07:56 PST 2023
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/ace44e5b57cfe15183babe3c6e2f89a96799188e
commit ace44e5b57cfe15183babe3c6e2f89a96799188e
Author: Linhui Liu <liulinhui36 at gmail.com>
AuthorDate: Thu Jan 12 18:29:09 2023 +0800
tools/llvm: update to 15.0.7
Release Notes:
https://discourse.llvm.org/t/llvm-15-0-7-release/67638
Signed-off-by: Linhui Liu <liulinhui36 at gmail.com>
---
tools/llvm-bpf/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/llvm-bpf/Makefile b/tools/llvm-bpf/Makefile
index 2a0cc0ab33..71509511e7 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:=15.0.6
+PKG_VERSION:=15.0.7
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:=9d53ad04dc60cb7b30e810faf64c5ab8157dadef46c8766f67f286238256ff92
+PKG_HASH:=8b5fcb24b4128cf04df1b0b9410ce8b1a729cb3c544e6da885d234280dedeac6
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)-$(PKG_VERSION).src
More information about the lede-commits
mailing list