From 4eaaf6f07a40f0fe776b84ce51f5cdd524b317d6 Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Sat, 13 Sep 2014 22:26:22 +1000 Subject: [PATCH] curl 7.37.0 (fix checkver) --- curl.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/curl.json b/curl.json index d38ef11550..d8c28adde4 100644 --- a/curl.json +++ b/curl.json @@ -15,5 +15,5 @@ } }, "bin": "bin/curl.exe", - "checkver": "The most recent stable version of curl is version ([0-99\\.]+)" -} \ No newline at end of file + "checkver": "The most recent stable version is\\s*([0-99\\.]+)" +}