diff options
| author | Stefano Sinigardi <stesinigardi@hotmail.com> | 2021-09-13 23:56:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-13 14:56:51 -0700 |
| commit | 259e0bd22c99928a7d0634e5cc59706575409a81 (patch) | |
| tree | ae1c0f7c5119ec1963ff93ea2a877e6a7f8afd7c /versions | |
| parent | 7dc786c123e2c60ee234ef27268baa7a02071310 (diff) | |
| download | vcpkg-259e0bd22c99928a7d0634e5cc59706575409a81.tar.gz vcpkg-259e0bd22c99928a7d0634e5cc59706575409a81.zip | |
[libgo] fix baseline issue (#19773)
* [libgo] fix baseline issue
* [libgo] fix references
* [libgo] fail fast on unsupported archs
* [libgo] fix references
* [libgo] fixes for macOS
* [libgo] fix references
* Minimize the patch
Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/l-/libgo.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index be64ffb90..120d92335 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3298,7 +3298,7 @@ }, "libgo": { "baseline": "3.1", - "port-version": 2 + "port-version": 3 }, "libgpg-error": { "baseline": "1.42", diff --git a/versions/l-/libgo.json b/versions/l-/libgo.json index 976f87c31..0b0b0d40f 100644 --- a/versions/l-/libgo.json +++ b/versions/l-/libgo.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "120510985335ea4bd1b8a91982d0f95842e43ba3", + "version": "3.1", + "port-version": 3 + }, + { "git-tree": "1158e6c06fa6cb413bf12c04065ff58b8930c474", "version": "3.1", "port-version": 2 |
