diff options
| author | Gregor Jasny <gregor.jasny@logmein.com> | 2021-06-18 19:57:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-18 10:57:36 -0700 |
| commit | 727b6d58597605a2b9bcf292ca4362625fc51ac2 (patch) | |
| tree | 7de4688f6f39269a6f2d422fcacbf3fad1cead60 | |
| parent | 597b4424e22b40a9bcc4067d894c32929b982bd0 (diff) | |
| download | vcpkg-727b6d58597605a2b9bcf292ca4362625fc51ac2.tar.gz vcpkg-727b6d58597605a2b9bcf292ca4362625fc51ac2.zip | |
[function2] Update to version 4.2.0 (#18487)
| -rw-r--r-- | ports/function2/CONTROL | 2 | ||||
| -rw-r--r-- | ports/function2/portfile.cmake | 4 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/f-/function2.json | 5 |
4 files changed, 9 insertions, 4 deletions
diff --git a/ports/function2/CONTROL b/ports/function2/CONTROL index e230af308..7fe055431 100644 --- a/ports/function2/CONTROL +++ b/ports/function2/CONTROL @@ -1,4 +1,4 @@ Source: function2 -Version: 4.1.0 +Version: 4.2.0 Homepage: https://github.com/Naios/function2 Description: Improved drop-in replacement to std::function diff --git a/ports/function2/portfile.cmake b/ports/function2/portfile.cmake index 54d313ad1..f3b06e923 100644 --- a/ports/function2/portfile.cmake +++ b/ports/function2/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Naios/function2 - REF 3a0746bf5f601dfed05330aefcb6854354fce07d # 4.1.0 - SHA512 48dd8fb1ce47df0835c03edf78ae427beebfeeaaabf6b993eb02843f72cce796ba5d1042f505990f29debd42bc834e531335484d45ca33e841657e9ff9e5034f + REF 02ca99831de59c7c3a4b834789260253cace0ced # 4.2.0 + SHA512 5b14d95584586c7365119f5171c86c7556ce402ae3c5db09e4e54e1225fc71e40f88ab77188986ecf9dac5eecbfd6330c5a7ecfe0375cb37773d007ebef1ba93 HEAD_REF master PATCHES disable-testing.patch diff --git a/versions/baseline.json b/versions/baseline.json index 07df82d28..371a72c57 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2145,7 +2145,7 @@ "port-version": 0 }, "function2": { - "baseline": "4.1.0", + "baseline": "4.2.0", "port-version": 0 }, "functions-framework-cpp": { diff --git a/versions/f-/function2.json b/versions/f-/function2.json index 5ff59f200..edf1113f0 100644 --- a/versions/f-/function2.json +++ b/versions/f-/function2.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "844aa89a1d4dabf3d084f060c7b8036b1ba69f06", + "version-string": "4.2.0", + "port-version": 0 + }, + { "git-tree": "1e02d8c31f298e37fe21781f8114c31ae29a1e73", "version-string": "4.1.0", "port-version": 0 |
