From 8f6bce335bd053569eb2a1062001726f5323da43 Mon Sep 17 00:00:00 2001 From: Mathias Buus Date: Sat, 13 Oct 2018 23:57:52 +0200 Subject: [PATCH 1/2] lookup: add utp-native --- lib/lookup.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/lookup.json b/lib/lookup.json index 5487a1ecb..d16e831d3 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -535,6 +535,12 @@ "prefix": "v", "maintainers": ["mcollina", "ronag"] }, + "utp-native": { + "maintainers": ["mafintosh"], + "prefix": "v", + "install": ["install", "--ignore-scripts"], + "scripts": ["fetch-libutp", "install", "test"] + }, "uuid": { "prefix": "v", "maintainers": ["ctavan", "broofa"], From b3ebc179b2a182400804efa6643a20c5ce724728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Sun, 7 Mar 2021 12:27:45 +0100 Subject: [PATCH 2/2] use git clone --- lib/lookup.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/lookup.json b/lib/lookup.json index d16e831d3..b19f79ac3 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -539,7 +539,8 @@ "maintainers": ["mafintosh"], "prefix": "v", "install": ["install", "--ignore-scripts"], - "scripts": ["fetch-libutp", "install", "test"] + "scripts": ["fetch-libutp", "install", "test"], + "useGitClone": true }, "uuid": { "prefix": "v",