Merge pull request #7026 from heitbaum/llvm1503

llvm: update to 15.0.3
This commit is contained in:
CvH 2022-10-21 10:26:36 +02:00 committed by GitHub
commit d9715327e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="llvm"
PKG_VERSION="15.0.2"
PKG_SHA256="7877cd67714728556a79e5ec0cc72d66b6926448cf73b12b2cb901b268f7a872"
PKG_VERSION="15.0.3"
PKG_SHA256="dd07bdab557866344d85ae21bbeca5259d37b4b0e2ebf6e0481f42d1ba0fee88"
PKG_LICENSE="Apache-2.0"
PKG_SITE="http://llvm.org/"
PKG_URL="https://github.com/llvm/llvm-project/releases/download/llvmorg-${PKG_VERSION}/llvm-project-${PKG_VERSION}.src.tar.xz"