From 75cfd0e5acf1921e596483a4243af08d8df0c05c Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Sat, 8 Jun 2024 07:57:26 +1100 Subject: [PATCH] lldb v18.1.7 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 94a2c83..2f846d1 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "18.1.6" %} +{% set version = "18.1.7" %} package: name: lldb @@ -6,7 +6,7 @@ package: source: url: https://github.com/llvm/llvm-project/archive/refs/tags/llvmorg-{{ version.replace(".rc", "-rc") }}.tar.gz - sha256: bd4b4cb6374bcd5fc5a3ba60cb80425d29da34f316b8821abc12c0db225cf6b4 + sha256: b60df7cbe02cef2523f7357120fb0d46cbb443791cde3a5fb36b82c335c0afc9 patches: # Fix Python and Mac support - patches/0001-Remove-linking-liblldb-to-libpython.patch # [not win]