Merge pull request #7138 from heitbaum/llvm1505

llvm: update to 15.0.5
This commit is contained in:
CvH 2022-11-17 12:59:43 +01:00 committed by GitHub
commit 7fe43bc749
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.4"
PKG_SHA256="a3112dca9bdea4095361829910b74fb6b9da8ae6e3500db67c43c540ad6072da"
PKG_VERSION="15.0.5"
PKG_SHA256="9c4278a6b8884eb7f4ae7dfe3c8e5445019824885e47cfdf1392563c47316fd6"
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"