From 54d4410688fee6ebf3ec9634aa55de3fc30264e2 Mon Sep 17 00:00:00 2001 From: 2over12 Date: Mon, 15 Apr 2024 19:23:58 -0400 Subject: [PATCH] bump lifting bits llvm --- ports/llvm-17/portfile.cmake | 2 +- ports/llvm-17/vcpkg.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/llvm-17/portfile.cmake b/ports/llvm-17/portfile.cmake index 67f64ca7..a09b3f0e 100644 --- a/ports/llvm-17/portfile.cmake +++ b/ports/llvm-17/portfile.cmake @@ -5,7 +5,7 @@ if("liftingbits-llvm" IN_LIST FEATURES) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO trail-of-forks/llvm-project - REF d7dfdd560d056f80ce3225e97907f0ef07508dd9 + REF da128b13b3d8b94b90ef30efaa56bbaeb624d49f SHA512 cad3de5e5522c217f2f94cc8755812d4c4c13160e84361288eff04c44ef42a3c92a8a7847bba70838a629e0089352d908466844622efee081ed004565b6b453b HEAD_REF main PATCHES diff --git a/ports/llvm-17/vcpkg.json b/ports/llvm-17/vcpkg.json index 335bc79f..5576738e 100644 --- a/ports/llvm-17/vcpkg.json +++ b/ports/llvm-17/vcpkg.json @@ -5,7 +5,7 @@ "homepage": "https://llvm.org", "license": "Apache-2.0", "supports": "!uwp & !(arm & windows)", - "port-version": 1, + "port-version": 2, "dependencies": [ { "name": "vcpkg-cmake",