From 9cb435b407f5edbca651f543ef60301b53005ac4 Mon Sep 17 00:00:00 2001 From: pancake Date: Thu, 3 Apr 2014 03:33:17 +0200 Subject: [PATCH] Update to capstone 2.1.2 --- shlr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shlr/Makefile b/shlr/Makefile index be087db04b..dc980eec54 100644 --- a/shlr/Makefile +++ b/shlr/Makefile @@ -2,7 +2,7 @@ include ../config-user.mk include ../mk/${COMPILER}.mk WGET?=wget -CS_VER=2.1.1 +CS_VER=2.1.2 CS_TAR=https://github.com/aquynh/capstone/archive/$(CS_VER).tar.gz CS_URL=https://github.com/aquynh/capstone.git CS_UPD=20140307