diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2021-08-12 08:27:43 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-11 17:27:43 -0700 |
| commit | 1dfb5d9d2fa2cf03d4c5272146d90fa09e764c46 (patch) | |
| tree | 181b1c313aca48aadde19004fa980588d7824c4f /ports/lua/vcpkg.json | |
| parent | 32950ca774a0c2f90c2105b65b594db53d0b40a7 (diff) | |
| download | vcpkg-1dfb5d9d2fa2cf03d4c5272146d90fa09e764c46.tar.gz vcpkg-1dfb5d9d2fa2cf03d4c5272146d90fa09e764c46.zip | |
[lua] Export cmake targets, rewrite CMakeLists and delete usage (#15921)
Diffstat (limited to 'ports/lua/vcpkg.json')
| -rw-r--r-- | ports/lua/vcpkg.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/lua/vcpkg.json b/ports/lua/vcpkg.json index 36dd26376..02dc73117 100644 --- a/ports/lua/vcpkg.json +++ b/ports/lua/vcpkg.json @@ -1,7 +1,7 @@ { "name": "lua", - "version-string": "5.4.3", - "port-version": 1, + "version-semver": "5.4.3", + "port-version": 2, "description": "A powerful, fast, lightweight, embeddable scripting language", "homepage": "https://www.lua.org", "features": { |
