diff options
| author | jimmy hu <5549662+Jimmy-Hu@users.noreply.github.com> | 2020-10-14 04:19:04 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-13 13:19:04 -0700 |
| commit | 33e975398dc44fa2082781ac88649a75e9552b9f (patch) | |
| tree | a5bce1d28f4303e449fc1c908f82a01322d419c4 | |
| parent | ea3c975edb2c2bdf645083a1484c88d13d91ace9 (diff) | |
| download | vcpkg-33e975398dc44fa2082781ac88649a75e9552b9f.tar.gz vcpkg-33e975398dc44fa2082781ac88649a75e9552b9f.zip | |
[lest] Add optional 'Homepage' field to CONTROL (#14004)
* [vcpkg] Add optional 'Homepage' field to CONTROL
[control file] Add optional 'Homepage' tag
This allows a 'Homepage' tag to be added to a port.
* Update ports/lest/CONTROL
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
| -rw-r--r-- | ports/lest/CONTROL | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ports/lest/CONTROL b/ports/lest/CONTROL index 38b01027b..e8eb03bd4 100644 --- a/ports/lest/CONTROL +++ b/ports/lest/CONTROL @@ -1,3 +1,5 @@ Source: lest
-Version: 1.35.1 +Version: 1.35.1
+Port-Version: 1
Description: A modern, C++11-native, single-file header-only, tiny framework for unit-tests, TDD and BDD (includes C++98 variant)
+Homepage: https://github.com/martinmoene/lest
|
