aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-06-13 12:49:03 +0200
committerLoïc Hoguin <[email protected]>2015-06-13 12:49:03 +0200
commit0d1a7c40106aa5d69b9b0e28d2fc95be58ba1179 (patch)
treea7a555209480bcf9279ab534f219609f6e481e25
parent8a32e55ac5f188b950148415e65dded28dce7427 (diff)
parent3c879cc9ab368f96988899f3c91c581a71f0976e (diff)
downloaderlang.mk-0d1a7c40106aa5d69b9b0e28d2fc95be58ba1179.tar.gz
erlang.mk-0d1a7c40106aa5d69b9b0e28d2fc95be58ba1179.tar.bz2
erlang.mk-0d1a7c40106aa5d69b9b0e28d2fc95be58ba1179.zip
Merge branch 'elbrujohalcon.inaka.plugin.upgrade' of https://github.com/inaka/erlang.mk
-rw-r--r--plugins/xref.mk4
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.