From 08cbf2f2f870bf0c3d1d51f46bcb81d3ca3d050d Mon Sep 17 00:00:00 2001 From: linsui <36977733+linsui@users.noreply.github.com> Date: Fri, 12 Jul 2019 12:41:53 +0000 Subject: [PATCH] go: Update checkver (#236) --- bucket/go.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bucket/go.json b/bucket/go.json index 7ecab22053..c637371c83 100644 --- a/bucket/go.json +++ b/bucket/go.json @@ -1,6 +1,7 @@ { "version": "1.12.7", "homepage": "https://golang.org", + "description": "An open source programming language that makes it easy to build simple, reliable, and efficient software.", "license": "BSD-3-Clause", "extract_dir": "go", "env_set": { @@ -27,7 +28,10 @@ "hash": "bf55b97f5fd9f2fd9e4f0b182e296ee531262d1f8458169f8b42d989c2370e5c" } }, - "checkver": "Build version go([\\d\\.]+)\\.", + "checkver": { + "url": "https://golang.org/dl/", + "regex": "go([\\d.]+)\\." + }, "autoupdate": { "architecture": { "64bit": {