Skip to content

Commit

Permalink
hu
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Nov 28, 2024
1 parent df0c4c8 commit 1a539ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions subprojects/sdb.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
WRAP_wrap_git_url:=https://github.com/radareorg/sdb.git
WRAP_wrap_git_revision:=2.0.1
WRAP_wrap_git_revision:=3ad531a5413d2c75fcfbf80f3d405e3a2c420a33
# revision = 2.0.1
WRAP_wrap_git_directory:=sdb
WRAP_wrap_git_depth:=1

Expand All @@ -8,7 +9,7 @@ sdb_all: sdb

sdb:
git clone --no-checkout --depth=1 https://github.com/radareorg/sdb.git sdb
cd sdb && git fetch --depth=1 origin 2.0.1
cd sdb && git fetch --depth=1 origin 3ad531a5413d2c75fcfbf80f3d405e3a2c420a33
cd sdb && git checkout

sdb_clean:
Expand Down
3 changes: 2 additions & 1 deletion subprojects/sdb.wrap
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[wrap-git]
url = https://github.com/radareorg/sdb.git
revision = 2.0.1
revision = 3ad531a5413d2c75fcfbf80f3d405e3a2c420a33
# revision = 2.0.1
directory = sdb
depth = 1

0 comments on commit 1a539ea

Please sign in to comment.