From 433274004672337abdcf0bf2cd612af85b838eb9 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Mon, 18 Mar 2019 12:23:02 -0700 Subject: Rename rev to ver, and keep track of package versions as well --- ninja.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ninja.lua') diff --git a/ninja.lua b/ninja.lua index 0418b189..7a452a70 100644 --- a/ninja.lua +++ b/ninja.lua @@ -382,7 +382,7 @@ function fetch(method) else script = 'scripts/fetch-'..method..'.sh' end - build('fetch'..method, '$dir/fetch', {'|', '$dir/rev', script}) + build('fetch'..method, '$dir/fetch', {'|', '$dir/ver', script}) if next(pkg.inputs.fetch) then build('phony', table.keys(pkg.inputs.fetch), '$dir/fetch') end -- cgit v1.2.3