diff options
| author | Michael Forney <mforney@mforney.org> | 2019-03-18 12:23:02 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-03-19 00:14:12 -0700 |
| commit | 433274004672337abdcf0bf2cd612af85b838eb9 (patch) | |
| tree | c4f1435584befa1c0fd8f153b607f2ebd8f7121b /ninja.lua | |
| parent | 7caa13b6ff7a1fca552b107fbff990d559f96cb1 (diff) | |
Rename rev to ver, and keep track of package versions as well
Diffstat (limited to 'ninja.lua')
| -rw-r--r-- | ninja.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
