From e70cd90db4e34f25d15bc09dbb12bae166abf4bc Mon Sep 17 00:00:00 2001 From: Peter Nguyen Date: Tue, 28 Nov 2017 14:00:06 -0500 Subject: [PATCH 1/2] Bump gcc version to 7.2.0 (#1883) --- gcc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc.json b/gcc.json index 96ebf439d6..ccab9df13f 100644 --- a/gcc.json +++ b/gcc.json @@ -1,6 +1,6 @@ { "homepage": "https://mingw-w64.org", - "version": "7.1.0", + "version": "7.2.0", "license": "GPL3", "architecture": { "64bit": { From 55556d47833fc64b82f7ec9bac4b47ca1f3db23a Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 28 Nov 2017 20:27:16 +0100 Subject: [PATCH 2/2] cake: use github property for checkver --- cake.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cake.json b/cake.json index 81a2534fc2..4f6d8decb5 100644 --- a/cake.json +++ b/cake.json @@ -11,8 +11,7 @@ ] }, "checkver": { - "url": "https://github.com/cake-build/cake/releases", - "re": "tag/v([\\d.]+)" + "github": "https://github.com/cake-build/cake" }, "autoupdate": { "url": "https://github.com/cake-build/cake/releases/download/v$version/Cake-bin-net461-v$version.zip"