lldb: 18.1.1 -> 18.1.2

This commit is contained in:
Tim Biermann 2024-03-20 17:00:14 +01:00
parent 3eb50e71f2
commit 10a71bce63
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 8 additions and 8 deletions

View File

@ -568,8 +568,8 @@ drwxr-xr-x root/root usr/include/lldb/Version/
-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.18.1
lrwxrwxrwx root/root usr/lib/liblldb.so.18.1 -> liblldb.so.18.1.1
-rwxr-xr-x root/root usr/lib/liblldb.so.18.1.1
lrwxrwxrwx root/root usr/lib/liblldb.so.18.1 -> liblldb.so.18.1.2
-rwxr-xr-x root/root usr/lib/liblldb.so.18.1.2
lrwxrwxrwx root/root usr/lib/liblldbIntelFeatures.so -> liblldbIntelFeatures.so.18.1
-rwxr-xr-x root/root usr/lib/liblldbIntelFeatures.so.18.1
drwxr-xr-x root/root usr/lib/python3.10/

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/Uq2NjAKQxjy2inXy/tAkAik5BGQe4SlMoVM45+wO9WeXSK41ekEUH9QkXfLvUBTrFlWGIZaxxNWTVlEzqXb1QE=
SHA256 (Pkgfile) = e69e2e75a3ace07e67ee789b5521b5c7996baaa6bc4cec3e8a619265e02aba47
SHA256 (.footprint) = 0cf74d08e7aa3987958d884497c7f03c7294b06cf299af50c0739daa965b5b04
SHA256 (lldb-18.1.1.src.tar.xz) = c9a5aa188c9632753dc5a148896ae4d9a19dde356e5569f183de3e2e3d04cdea
SHA256 (cmake-18.1.1.src.tar.xz) = 5308023d1c1e9feb264c14f58db35c53061123300a7eb940364f46d574c8b2d6
RWSE3ohX2g5d/R0VXB/w9XElBnimJ1pAKU4K/s/RcDiyZ+tnrBj0mYfpa4eyqf0ocGYZFDElST2mWHMDw+yAmjtngBXVV7UDGAg=
SHA256 (Pkgfile) = 57de5d5b34b9579867e7a3f71c55a61dbd0149f88ada0c80a7e820fce3e78e7d
SHA256 (.footprint) = fddee04b9788a63f663cb95e1fc128cffb31ac009852b5d603b626d24b317405
SHA256 (lldb-18.1.2.src.tar.xz) = ca8fa0a93a2fe3ae659390c32ff4833abb7cc0636ae9155ffc04c86de6fe6ce1
SHA256 (cmake-18.1.2.src.tar.xz) = b55a1eed9fe9c5d86c9f73c8aabde3e2407e603e737e1555545c3d136655955b

View File

@ -4,7 +4,7 @@
# Depends on: clang python3-six swig
name=lldb
version=18.1.1
version=18.1.2
release=1
source=(https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/lldb-$version.src.tar.xz
https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/cmake-$version.src.tar.xz)