diff options
| author | autoantwort <41973254+autoantwort@users.noreply.github.com> | 2021-08-28 02:05:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-27 17:05:04 -0700 |
| commit | e6ed80cfca60da5ad016b28764818be7b7b0b77f (patch) | |
| tree | 524aead20cc8907bb070782a62318b45bee1bb08 /ports | |
| parent | d19ebdc66272e1b92ab369d50398c0a4ef7f41a0 (diff) | |
| download | vcpkg-e6ed80cfca60da5ad016b28764818be7b7b0b77f.tar.gz vcpkg-e6ed80cfca60da5ad016b28764818be7b7b0b77f.zip | |
[llvm] update to 12.0.1 (#19741)
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/llvm/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/llvm/vcpkg.json | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/ports/llvm/portfile.cmake b/ports/llvm/portfile.cmake index 37c1c5f19..1b2dcf693 100644 --- a/ports/llvm/portfile.cmake +++ b/ports/llvm/portfile.cmake @@ -1,4 +1,4 @@ -set(LLVM_VERSION "12.0.0") +set(LLVM_VERSION "12.0.1") vcpkg_check_linkage(ONLY_STATIC_LIBRARY) @@ -6,7 +6,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO llvm/llvm-project REF llvmorg-${LLVM_VERSION} - SHA512 0cff02155c5ac0d6db2b72d60d9819d5b5dd859663b45f721b1c7540239c2fceb1f57d9173f6870c49de851c242ed8e85c5c6d6577a1f8092a7c5dcd12513b26 + SHA512 6eb0dc18e2c25935fabfdfc48b0114be0939158dfdef7b85b395fe2e71042672446af0e68750aae003c9847d10d1f63316fe95d3df738d18f249174292b1b9e1 HEAD_REF master PATCHES 0002-fix-install-paths.patch # This patch fixes paths in ClangConfig.cmake, LLVMConfig.cmake, LLDConfig.cmake etc. diff --git a/ports/llvm/vcpkg.json b/ports/llvm/vcpkg.json index 2c5061af6..afa41a8ab 100644 --- a/ports/llvm/vcpkg.json +++ b/ports/llvm/vcpkg.json @@ -1,7 +1,6 @@ { "name": "llvm", - "version-string": "12.0.0", - "port-version": 1, + "version-string": "12.0.1", "description": "The LLVM Compiler Infrastructure.", "homepage": "https://llvm.org", "supports": "!uwp", |
