From 500820c9e48c6ad8e56e5ebfa5702eac3d3fcc03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Sat, 23 Feb 2019 16:59:15 +0100 Subject: [PATCH] Makefile: bring GITHUB_REPOS up to date --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b70e60f2e..ff4f1995f 100644 --- a/Makefile +++ b/Makefile @@ -39,8 +39,8 @@ GITHUB_REPOS := \ cheatfate/nimcrypto \ status-im/nim-ranges \ status-im/nim-stint \ + OpenSystemsLab/tempfile.nim \ status-im/nim-rocksdb \ - status-im/nim-eth \ status-im/nim-byteutils \ status-im/nim-http-utils \ status-im/nim-chronos \ @@ -52,8 +52,10 @@ GITHUB_REPOS := \ zah/nim-package-visible-types \ status-im/nim-secp256k1 \ jangko/snappy \ + status-im/nim-eth \ status-im/nim-bncurve \ status-im/nim-confutils \ + status-im/nim-blscurve \ status-im/nim-beacon-chain # "foo/bar" -> "$(REPOS_DIR)/bar" REPOS := $(addprefix $(REPOS_DIR)/, $(foreach github_repo,$(GITHUB_REPOS),$(word 2,$(subst /, ,$(github_repo)))))