diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2021-05-06 16:32:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-06 07:32:53 -0700 |
| commit | b93b4c4ef07747c3f3a9448ded46fab8fcbc00b4 (patch) | |
| tree | f66b9c29e9fbf2b73f432b138d8ec54d6f508ffb /ports | |
| parent | 00b0e7878a26afb84d1bcc581f529b1b985f19d2 (diff) | |
| download | vcpkg-b93b4c4ef07747c3f3a9448ded46fab8fcbc00b4.tar.gz vcpkg-b93b4c4ef07747c3f3a9448ded46fab8fcbc00b4.zip | |
[tool-meson] update to 0.58 (#17631)
* update meson to latest
* version stuff
* update meson to 0.58
* reset version stuff
* version stuff
Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/tool-meson/CONTROL | 4 | ||||
| -rw-r--r-- | ports/tool-meson/vcpkg.json | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/ports/tool-meson/CONTROL b/ports/tool-meson/CONTROL deleted file mode 100644 index 2c817f247..000000000 --- a/ports/tool-meson/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: tool-meson -Version: 0.56.02 -Homepage: https://github.com/mesonbuild/meson -Description: Meson build system diff --git a/ports/tool-meson/vcpkg.json b/ports/tool-meson/vcpkg.json new file mode 100644 index 000000000..4f69be22b --- /dev/null +++ b/ports/tool-meson/vcpkg.json @@ -0,0 +1,6 @@ +{ + "name": "tool-meson", + "version": "0.58.0", + "description": "Meson build system", + "homepage": "https://github.com/mesonbuild/meson" +} |
