From 36f8b5cdce13c8bbe83221f7bf50de712e73bb8c Mon Sep 17 00:00:00 2001 From: Luis Date: Wed, 5 Apr 2023 09:47:12 +0000 Subject: [PATCH] lld: update to 16.0.1 --- main/lld/.checksums | 4 ++-- main/lld/.pkgfiles | 2 +- main/lld/spkgbuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/main/lld/.checksums b/main/lld/.checksums index 73dfba0eb..466d53b7d 100644 --- a/main/lld/.checksums +++ b/main/lld/.checksums @@ -1,3 +1,3 @@ 856c6e388c411975a955156776d73bfe 0002-PATCH-lld-Import-compact_unwind_encoding.h-from-libu.patch -b2103df1421f7bcc271fcacec27a24bb cmake-16.0.0.src.tar.xz -4c031fc367188d0a45b7ab8838dd9b49 lld-16.0.0.src.tar.xz +7d225951160c463a5aa528015acf3439 cmake-16.0.1.src.tar.xz +e04be72798080b214f01bc88d0ea4fa1 lld-16.0.1.src.tar.xz diff --git a/main/lld/.pkgfiles b/main/lld/.pkgfiles index 03d44aea6..cb1044cd8 100644 --- a/main/lld/.pkgfiles +++ b/main/lld/.pkgfiles @@ -1,4 +1,4 @@ -lld-16.0.0-1 +lld-16.0.1-1 drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ lrwxrwxrwx root/root usr/bin/ld.lld -> lld diff --git a/main/lld/spkgbuild b/main/lld/spkgbuild index a31c05a60..6d3a2f38a 100644 --- a/main/lld/spkgbuild +++ b/main/lld/spkgbuild @@ -3,7 +3,7 @@ # depends : llvm name=lld -version=16.0.0 +version=16.0.1 release=1 source="https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/lld-$version.src.tar.xz https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/cmake-$version.src.tar.xz @@ -16,7 +16,7 @@ build() { # The upstream expects it to be extracted at the same level as the llvm tarball, and # the extracted directory renamed to cmake tar -xf ../cmake-${version}.src.tar.xz - sed '/LLVM_COMMON_CMAKE_UTILS/s@../cmake@cmake-16.0.0.src@' -i CMakeLists.txt + sed "/LLVM_COMMON_CMAKE_UTILS/s@../cmake@cmake-${version}.src@" -i CMakeLists.txt patch -p2 -i $SRC/0002-PATCH-lld-Import-compact_unwind_encoding.h-from-libu.patch