Skip to content

Commit e283674

Browse files
committed
bump
1 parent 2a959cd commit e283674

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,5 +1,5 @@
11
WRAP_wrap_git_url:=https://github.com/radareorg/sdb.git
2-
WRAP_wrap_git_revision:=0ac0ec9f7ba3edda9574eacc61bd37d52263cbc8
2+
WRAP_wrap_git_revision:=2f9072ddef4367ade6c3866d4834c4d62ba38ff3
33
# revision = 2.0.1
44
WRAP_wrap_git_directory:=sdb
55
WRAP_wrap_git_depth:=1
@@ -9,7 +9,7 @@ sdb_all: sdb
99

1010
sdb:
1111
git clone --no-checkout --depth=1 https://github.com/radareorg/sdb.git sdb
12-
cd sdb && git fetch --depth=1 origin 0ac0ec9f7ba3edda9574eacc61bd37d52263cbc8
12+
cd sdb && git fetch --depth=1 origin 2f9072ddef4367ade6c3866d4834c4d62ba38ff3
1313
cd sdb && git checkout
1414

1515
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 = 0ac0ec9f7ba3edda9574eacc61bd37d52263cbc8
3+
revision = 2f9072ddef4367ade6c3866d4834c4d62ba38ff3
44
# revision = 2.0.1
55
directory = sdb
66
depth = 1

0 commit comments

Comments
 (0)