Skip to content

Commit 0449aef

Browse files
committed
Bump the sdb dependency
1 parent 087ef99 commit 0449aef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

subprojects/sdb.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is autogenerated by acr-wrap
22

33
WRAP_wrap_git_url:=https://github.com/radareorg/sdb.git
4-
WRAP_wrap_git_revision:=b0d14ad419eab6eaf56af328612e4e8ad44f915e
4+
WRAP_wrap_git_revision:=2e24eb0616dfce5e28130660313b56db9252dd5c
55
# revision = 2.0.1
66
WRAP_wrap_git_directory:=sdb
77
WRAP_wrap_git_depth:=1
@@ -11,7 +11,7 @@ sdb_all: sdb
1111

1212
sdb:
1313
git clone --no-checkout --depth=1 https://github.com/radareorg/sdb.git sdb
14-
cd sdb && git fetch --depth=1 origin b0d14ad419eab6eaf56af328612e4e8ad44f915e
14+
cd sdb && git fetch --depth=1 origin 2e24eb0616dfce5e28130660313b56db9252dd5c
1515
cd sdb && git checkout
1616

1717
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 = b0d14ad419eab6eaf56af328612e4e8ad44f915e
3+
revision = 2e24eb0616dfce5e28130660313b56db9252dd5c
44
# revision = 2.0.1
55
directory = sdb
66
depth = 1

0 commit comments

Comments
 (0)