Unwind capstone to safe commit

This commit is contained in:
Anton Kochkov 2019-02-14 01:00:07 +08:00
parent 6d4b355990
commit 3380ab8c64
2 changed files with 3 additions and 3 deletions

View File

@ -23,10 +23,10 @@ CS_PATCHES=0
else
CS_TAR=
CS_URL=$(GIT_PREFIX)github.com/aquynh/capstone.git
CS_UPD=20190110
CS_UPD=20190122
# NOTE: when you update CS_TIP or CS_BRA, also update them in shlr/meson.build
CS_BRA=master
CS_TIP=6c54b9b83628a6e9f4563ea45a9a5aa8f530b708
CS_TIP=c09f7f713304d283d75d1cf909666d384b8867f6
# REVERT THIS COMMIT BECAUSE ITS WRONG
CS_REV=
CS_PATCHES=1

View File

@ -16,7 +16,7 @@ if not capstone_dep.found() or not get_option('use_sys_capstone')
endif
# NOTE: when you update CS_TIP or CS_BRA, also update them in shlr/Makefile
CS_TIP = '58a80a93f995c23a8681dcc38dccfc6bab9cd7a4'
CS_TIP = 'c09f7f713304d283d75d1cf909666d384b8867f6'
CS_BRA = 'master'
capstone_git_user = 'aquynh'