From 6e634ecba9b3c947d63c631843c843c9281f0386 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 26 May 2014 11:28:16 +0100 Subject: [PATCH] Update stub.sh --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 90104af..23aa059 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ test/stub.sh: test -f "test/stub.sh" || ( \ echo "fetching test/stub.sh..." && \ curl -s -L -o test/stub.sh \ - https://raw.github.com/jimeh/stub.sh/v0.3.0/stub.sh \ + https://raw.github.com/jimeh/stub.sh/v1.0.1/stub.sh \ ) update-stub.sh: remove-stub.sh test/stub.sh