Merge pull request #2985 from 5schatten/LLVM_7.0.0

llvm: update to 7.0.0
This commit is contained in:
MilhouseVH 2018-09-28 10:52:07 +01:00 committed by GitHub
commit 0f1f2e378b
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) # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="llvm" PKG_NAME="llvm"
PKG_VERSION="6.0.0" PKG_VERSION="7.0.0"
PKG_SHA256="1ff53c915b4e761ef400b803f07261ade637b0c269d99569f18040f3dcee4408" PKG_SHA256="8bc1f844e6cbde1b652c19c1edebc1864456fd9c78b8c1bea038e51b363fe222"
PKG_ARCH="x86_64" PKG_ARCH="x86_64"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://llvm.org/" PKG_SITE="http://llvm.org/"