llvm: update to 8.0.1, new source URL

This commit is contained in:
Juergen Daubert 2019-09-01 11:05:39 +02:00
parent b4c81ebe1a
commit 8aa7026394
3 changed files with 8 additions and 8 deletions

View File

@ -1496,7 +1496,7 @@ drwxr-xr-x root/root usr/lib/cmake/llvm/
-rw-r--r-- root/root usr/lib/cmake/llvm/LLVMProcessSources.cmake
-rw-r--r-- root/root usr/lib/cmake/llvm/TableGen.cmake
-rw-r--r-- root/root usr/lib/cmake/llvm/VersionFromVCS.cmake
lrwxrwxrwx root/root usr/lib/libLLVM-8.0.0.so -> libLLVM-8.so
lrwxrwxrwx root/root usr/lib/libLLVM-8.0.1.so -> libLLVM-8.so
-rwxr-xr-x root/root usr/lib/libLLVM-8.so
lrwxrwxrwx root/root usr/lib/libLLVM.so -> libLLVM-8.so
-rw-r--r-- root/root usr/lib/libLLVMAMDGPUAsmParser.a

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/VJqA4n2zMfnTcmDHkzDbsrQfo2b7Za4YxUiYKO+s+PekptXC68v2DN8QFuffdgo+jMUtDiSMFXgVaq3i2WvFww=
SHA256 (Pkgfile) = 7b6bc4a4376f64cc9c07bfa0521eee38d8c6c1b1a562f0c64ebe3a3d95e59c9d
SHA256 (.footprint) = 509df6e24af0c96e608dd882439c081cf11117e3561f7174aca717d9e268043a
SHA256 (llvm-8.0.0.src.tar.xz) = 8872be1b12c61450cacc82b3d153eab02be2546ef34fa3580ed14137bb26224c
RWSE3ohX2g5d/RAnQPO0BYLw4lQsx42WLQVx5vcBcCLfalNj3JV0YfhZGc4OeWdRnQg38HG9k3Gqr4eGmEmBPxaerFhZKSOIUQ0=
SHA256 (Pkgfile) = 98d8bcf1b8c647d817ba908d5cb0c95d9b292ee41ed4ce30b6650afb9e5aed5c
SHA256 (.footprint) = b3fe6d852be8c771d6d49347224837f516ae46716fc818944e0a54d317c1e19e
SHA256 (llvm-8.0.1.src.tar.xz) = 44787a6d02f7140f145e2250d56c9f849334e11f9ae379827510ed72f12b75e7
SHA256 (llvm-config.h) = 2227b83b904348e5530f3475c978e11cb0f05a85024781dcb49ac86b65582707

View File

@ -1,12 +1,12 @@
# Description: LLVM compiler backend
# URL: http://llvm.org/
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: cmake libffi libxml2 ninja
# Depends on: cmake libffi libxml2 ninja
name=llvm
version=8.0.0
version=8.0.1
release=1
source=(https://releases.llvm.org/$version/$name-$version.src.tar.xz
source=(https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/$name-$version.src.tar.xz
llvm-config.h)
build() {