diff options
author | Brujo Benavides <[email protected]> | 2015-06-10 23:09:12 -0300 |
---|---|---|
committer | Brujo Benavides <[email protected]> | 2015-06-10 23:09:12 -0300 |
commit | 3c879cc9ab368f96988899f3c91c581a71f0976e (patch) | |
tree | 6f9074c141aab9cb5c0b5bad21ce84c754927eee /plugins | |
parent | 178e2142e0fcb43cf7d3b038793f3bf40686ee3b (diff) | |
download | erlang.mk-3c879cc9ab368f96988899f3c91c581a71f0976e.tar.gz erlang.mk-3c879cc9ab368f96988899f3c91c581a71f0976e.tar.bz2 erlang.mk-3c879cc9ab368f96988899f3c91c581a71f0976e.zip |
xrefr upgrade
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/xref.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/xref.mk b/plugins/xref.mk index b6e4d92..10a005e 100644 --- a/plugins/xref.mk +++ b/plugins/xref.mk @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Euen Lopez <[email protected]> +# Copyright (c) 2015, Erlang Solutions Ltd. # This file is part of erlang.mk and subject to the terms of the ISC License. .PHONY: xref distclean-xref @@ -14,7 +14,7 @@ endif XREFR ?= $(CURDIR)/xrefr export XREFR -XREFR_URL ?= https://github.com/inaka/xref_runner/releases/download/0.2.0/xrefr +XREFR_URL ?= https://github.com/inaka/xref_runner/releases/download/0.2.2/xrefr # Core targets. |