diff options
| author | Dawid Wróbel <me@dawidwrobel.com> | 2021-09-20 19:55:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-20 10:55:40 -0700 |
| commit | 36fe65216518ac13d8cc06fafc6887599818156e (patch) | |
| tree | 91af927ca65f5ec20812f2019e9ca612207d4ece /versions | |
| parent | 50f702b1fec1ffae1c0c1ca1935628334ceb0e47 (diff) | |
| download | vcpkg-36fe65216518ac13d8cc06fafc6887599818156e.tar.gz vcpkg-36fe65216518ac13d8cc06fafc6887599818156e.zip | |
[libsnoretoast] fix absolute include paths (#20229)
* [libsnoretoast] fix absolute include paths
* [libsnoretoast] fix versioning scheme
* [libsnoretoast] update versions
* Fix damage to previous version in the version database.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/l-/libsnoretoast.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index ac64e014d..45d2395fd 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3726,7 +3726,7 @@ }, "libsnoretoast": { "baseline": "0.8.0", - "port-version": 0 + "port-version": 1 }, "libsodium": { "baseline": "1.0.18", diff --git a/versions/l-/libsnoretoast.json b/versions/l-/libsnoretoast.json index 609c6e70e..513047f33 100644 --- a/versions/l-/libsnoretoast.json +++ b/versions/l-/libsnoretoast.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "66d0c5615dc55a5a5201e6de21d5a7acbaa4bd9b", + "version": "0.8.0", + "port-version": 1 + }, + { "git-tree": "7ddd1b84089de293b4a9d74af6b7593d089084a9", "version-semver": "0.8.0", "port-version": 0 |
