diff options
| author | Park DongHa <luncliff@gmail.com> | 2021-01-28 07:28:14 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-27 14:28:14 -0800 |
| commit | 511e887ee71a8088401518ec79450f6f1f412c94 (patch) | |
| tree | 3f4944c7b069510b2e16680ea6795642a1160539 /versions | |
| parent | 3b469cb563cc77bdb078a1af2471735541661eaf (diff) | |
| download | vcpkg-511e887ee71a8088401518ec79450f6f1f412c94.tar.gz vcpkg-511e887ee71a8088401518ec79450f6f1f412c94.zip | |
[nsync] create a new port (#15714)
* [nsync] create a new port
* [nsync] support system name WindowsStore
* [nsync] use "version" instead of "version-string"
* [nsync] add version JSON
* Update ports/nsync/portfile.cmake
* [nsync] apply PR feedback
* [nsync] update SHA of port
* [nsync] extract vcpkg_replace_string to patch
* update version SHA
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/n-/nsync.json | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 3008b1617..062560794 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4064,6 +4064,10 @@ "baseline": "4.1.2", "port-version": 0 }, + "nsync": { + "baseline": "1.24.0", + "port-version": 0 + }, "nt-wrapper": { "baseline": "2019-08-10", "port-version": 0 diff --git a/versions/n-/nsync.json b/versions/n-/nsync.json new file mode 100644 index 000000000..44af83133 --- /dev/null +++ b/versions/n-/nsync.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "65f07dbc95a609c95de7befffbf37da598652cee", + "version": "1.24.0", + "port-version": 0 + } + ] +} |
