Skip to content

Commit

Permalink
Update for pre capstone-5.0.2 (#23184)
Browse files Browse the repository at this point in the history
  • Loading branch information
trufae authored Aug 8, 2024
1 parent 6e93ca7 commit 5e36553
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions shlr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion shlr/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 5e36553

Please sign in to comment.