Skip to content

Commit 8841252

Browse files
committed
ii
1 parent e283674 commit 8841252

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

subprojects/capstone-v5.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# This file is autogenerated by acr-wrap
2+
13
WRAP_wrap_git_url:=https://github.com/capstone-engine/capstone.git
24
# revision = v5
35
WRAP_wrap_git_revision:=8455b3c5a53b02e524494c7e72a3946a32518170

subprojects/sdb.mk

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
# This file is autogenerated by acr-wrap
2+
13
WRAP_wrap_git_url:=https://github.com/radareorg/sdb.git
2-
WRAP_wrap_git_revision:=2f9072ddef4367ade6c3866d4834c4d62ba38ff3
4+
WRAP_wrap_git_revision:=b0d14ad419eab6eaf56af328612e4e8ad44f915e
35
# revision = 2.0.1
46
WRAP_wrap_git_directory:=sdb
57
WRAP_wrap_git_depth:=1
@@ -9,7 +11,7 @@ sdb_all: sdb
911

1012
sdb:
1113
git clone --no-checkout --depth=1 https://github.com/radareorg/sdb.git sdb
12-
cd sdb && git fetch --depth=1 origin 2f9072ddef4367ade6c3866d4834c4d62ba38ff3
14+
cd sdb && git fetch --depth=1 origin b0d14ad419eab6eaf56af328612e4e8ad44f915e
1315
cd sdb && git checkout
1416

1517
sdb_clean:

subprojects/sdb.wrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[wrap-git]
22
url = https://github.com/radareorg/sdb.git
3-
revision = 2f9072ddef4367ade6c3866d4834c4d62ba38ff3
3+
revision = b0d14ad419eab6eaf56af328612e4e8ad44f915e
44
# revision = 2.0.1
55
directory = sdb
66
depth = 1

0 commit comments

Comments
 (0)