Update capstone-v4 (#18712)

This commit is contained in:
pancake 2021-05-19 23:05:41 +02:00 committed by GitHub
parent 7f64b235be
commit 6f55c6c49a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ CS_ARCHIVE=https://$(CS_URL_BASE)/archive
CS_UPD=20201203
# NOTE: when you update CS_TIP or CS_BRA, also update them in shlr/meson.build
ifeq ($(USE_CS4),1)
CS_TIP=8635f65661824f7e677e7c0d1b1f620d869ed847
CS_TIP=a7cac8352f7397aa73bb2e2dcc1b6cdb2e1b8461
CS_BRA=v4
else
CS_TIP=f278de39c1e8a9fca977b8dfeed99d6d1f8b82bf

View File

@ -30,7 +30,7 @@ if not capstone_dep.found() or not get_option('use_sys_capstone')
CS_TIP = '61bf71c771680033651f16cff832446e421847b1'
CS_BRA = 'v3'
elif capstone_version == 'v4'
CS_TIP = '8635f65661824f7e677e7c0d1b1f620d869ed847'
CS_TIP = 'a7cac8352f7397aa73bb2e2dcc1b6cdb2e1b8461'
CS_BRA = 'v4'
patches_files = [
'capstone-calloc.patch',