From 2ada953972d7855ff59bab879ae4ea15ba3d951f Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Thu, 7 Jan 2021 22:42:04 +1100 Subject: [PATCH] lldb: 11.0.0 -> 11.0.1 --- lldb/.footprint | 4 ++-- lldb/.signature | 8 ++++---- lldb/Pkgfile | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lldb/.footprint b/lldb/.footprint index 8d989ec9c..367746225 100644 --- a/lldb/.footprint +++ b/lldb/.footprint @@ -518,8 +518,8 @@ drwxr-xr-x root/root usr/include/lldb/Utility/ -rw-r--r-- root/root usr/include/lldb/lldb-versioning.h drwxr-xr-x root/root usr/lib/ lrwxrwxrwx root/root usr/lib/liblldb.so -> liblldb.so.11 -lrwxrwxrwx root/root usr/lib/liblldb.so.11 -> liblldb.so.11.0.0 --rwxr-xr-x root/root usr/lib/liblldb.so.11.0.0 +lrwxrwxrwx root/root usr/lib/liblldb.so.11 -> liblldb.so.11.0.1 +-rwxr-xr-x root/root usr/lib/liblldb.so.11.0.1 lrwxrwxrwx root/root usr/lib/liblldbIntelFeatures.so -> liblldbIntelFeatures.so.11 -rwxr-xr-x root/root usr/lib/liblldbIntelFeatures.so.11 drwxr-xr-x root/root usr/lib/python3.9/ diff --git a/lldb/.signature b/lldb/.signature index 3af22216a..a4b247edd 100644 --- a/lldb/.signature +++ b/lldb/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF34bxnBan+h19sPh1k1HmdRUTmsluMmDw9iRbjORiqR/LbnEFrAkGBn1pEfcF29Zo4VHhseHwiSulnCRMWoSkwQY= -SHA256 (Pkgfile) = cbd7b10cd660cdf576a84d42cf0b29169925f04c35d115aa95e32a63830a6ba8 -SHA256 (.footprint) = b520327d7507a7bf725b5766c1de612ec66e0ca7ddda5d28bc5158a54136d64f -SHA256 (lldb-11.0.0.src.tar.xz) = 8570c09f57399e21e0eea0dcd66ae0231d47eafc7a04d6fe5c4951b13c4d2c72 +RWSagIOpLGJF34TuMBhIRkTb0GPqNB75IFEHbomzuY8ZPj+HqKL+DCaRJ6Zg6+rHvk9SrztvvIiQVNCQo1t1O5c7sg/2iic1swU= +SHA256 (Pkgfile) = a348b6cbe659156e229869dbaaa62dfedc0cf363bc27c381f6abb88bebfb22fd +SHA256 (.footprint) = a38c12058bfc4a8e1f49effefd6eb3a4dae3487e3f2ad18fc05fd9bcd281b34b +SHA256 (lldb-11.0.1.src.tar.xz) = e8d38917d079356fc1200676dfb370e16f3ee9cbdd092dd31e59d080ac5ef2fb diff --git a/lldb/Pkgfile b/lldb/Pkgfile index 0cc060834..c82b6fcb7 100644 --- a/lldb/Pkgfile +++ b/lldb/Pkgfile @@ -4,7 +4,7 @@ # Depends on: clang python3-six swig name=lldb -version=11.0.0 +version=11.0.1 release=1 source=(https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/lldb-$version.src.tar.xz)