Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit 251f432

Browse files
committed
Update Makefile
1 parent edfd392 commit 251f432

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

c_src/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LEVELDB_VSN ?= "2.0.38"
1+
LEVELDB_VSN ?= "nhse-develop-3.0"
22
SNAPPY_VSN ?= "1.1.9"
33
BASEDIR = $(shell pwd)
44

@@ -12,7 +12,7 @@ get-deps:
1212
wget -O snappy-$(SNAPPY_VSN).tar.gz https://github.com/google/snappy/archive/refs/tags/$(SNAPPY_VSN).tar.gz; \
1313
fi
1414
if [ ! -d leveldb ]; then \
15-
git clone https://github.com/basho/leveldb && \
15+
git clone https://github.com/nhs-riak/leveldb && \
1616
(cd leveldb && git checkout $(LEVELDB_VSN)) && \
1717
(cd leveldb && git submodule update --init); \
1818
fi

0 commit comments

Comments
 (0)