diff options
| author | autoantwort <41973254+autoantwort@users.noreply.github.com> | 2021-03-22 23:34:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-22 15:34:08 -0700 |
| commit | c72fa13af27da7a926322cc547f26067035ad254 (patch) | |
| tree | 0f8c5add9c5b3800e9a4e14753f1408838455b57 /versions | |
| parent | c8021b4675c1c90e855464c3aa274defd5d26e5b (diff) | |
| download | vcpkg-c72fa13af27da7a926322cc547f26067035ad254.tar.gz vcpkg-c72fa13af27da7a926322cc547f26067035ad254.zip | |
[happly] add new port (#16788)
* [happly] add new port
* add version files
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/h-/happly.json | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 88c5942b1..263a35381 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2380,6 +2380,10 @@ "baseline": "11.0.1", "port-version": 0 }, + "happly": { + "baseline": "2021-03-19", + "port-version": 0 + }, "harfbuzz": { "baseline": "2.7.4", "port-version": 1 diff --git a/versions/h-/happly.json b/versions/h-/happly.json new file mode 100644 index 000000000..9bc63d54a --- /dev/null +++ b/versions/h-/happly.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "30ccc0778da8b49727c6cffa0c11c6ece4ac7073", + "version-date": "2021-03-19", + "port-version": 0 + } + ] +} |
