From 5e36553f836c7816bc68bf29fe8f4b6c0aa1a454 Mon Sep 17 00:00:00 2001 From: pancake Date: Thu, 8 Aug 2024 13:35:48 +0200 Subject: [PATCH] Update for pre capstone-5.0.2 (#23184) --- shlr/Makefile | 4 ++-- shlr/meson.build | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/shlr/Makefile b/shlr/Makefile index 04fed2aa06ab4..8a2c0df7d29cc 100644 --- a/shlr/Makefile +++ b/shlr/Makefile @@ -37,7 +37,7 @@ WGET?=curl -o endif ifeq ($(CS_RELEASE),1) -CS_VER=5.0 +CS_VER=5.0.1 CS_TAR=https://codeload.github.com/capstone-engine/capstone/tar.gz/$(CS_VER) #CS_TAR=http://capstone-engine.org/download/$(CS_VER)/capstone-$(CS_VER).tgz CS_PATCHES=0 @@ -56,7 +56,7 @@ ifeq ($(USE_CS4),1) CS_TIP=0efa3cc530ea188c0e03c945ab884ee19dd16342 CS_BRA=v4 else -CS_TIP=e90ef3928fc329ebe3214a7814aa34318b23f490 +CS_TIP=00b961a680c488081a165cc31e98699d45a0a515 CS_BRA=v5 endif endif diff --git a/shlr/meson.build b/shlr/meson.build index 9d00b60fb81ab..69b31500db04f 100644 --- a/shlr/meson.build +++ b/shlr/meson.build @@ -27,7 +27,7 @@ else 'fix-x86-16.patch', ] elif capstone_version == 'v5' - CS_TIP = 'e90ef3928fc329ebe3214a7814aa34318b23f490' + CS_TIP = '00b961a680c488081a165cc31e98699d45a0a515' CS_BRA = 'v5' patches_files = [ 'fix-x86-16.patch'