aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/xref.mk
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <[email protected]>2017-05-12 10:29:59 +0200
committerLoïc Hoguin <[email protected]>2017-05-12 11:58:43 +0200
commitd75f124fd3c2a6737067d65dbb5110002d07b04b (patch)
treeec2908a14ebca54e1c77e3e5ea924c57739ddc38 /plugins/xref.mk
parentcd99adbb98d8965c65f68da2853f14506756d7b3 (diff)
downloaderlang.mk-d75f124fd3c2a6737067d65dbb5110002d07b04b.tar.gz
erlang.mk-d75f124fd3c2a6737067d65dbb5110002d07b04b.tar.bz2
erlang.mk-d75f124fd3c2a6737067d65dbb5110002d07b04b.zip
plugins/xref.mk: Fetch xrefr 1.1.0
In particular, xrefr 1.1.0 now exits with a non-zero exit status if there are any warnings reported. This makes `make xref` fail appropriately.
Diffstat (limited to 'plugins/xref.mk')
-rw-r--r--plugins/xref.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/xref.mk b/plugins/xref.mk
index 575650f..7da0f37 100644
--- a/plugins/xref.mk
+++ b/plugins/xref.mk
@@ -15,7 +15,7 @@ endif
XREFR ?= $(CURDIR)/xrefr
export XREFR
-XREFR_URL ?= https://github.com/inaka/xref_runner/releases/download/0.2.2/xrefr
+XREFR_URL ?= https://github.com/inaka/xref_runner/releases/download/1.1.0/xrefr
# Core targets.