diff options
| author | Lily <47812810+LilyWangL@users.noreply.github.com> | 2020-10-28 11:29:12 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-27 20:29:12 -0700 |
| commit | 83ff32536aafdf99a8624d158384f27929c1888f (patch) | |
| tree | dd8f926c5caede067c9c0425bc9cda3d988fdac6 /ports/lua/CONTROL | |
| parent | 10771a845e5cd7ee07a8fe367188f19bb722864b (diff) | |
| download | vcpkg-83ff32536aafdf99a8624d158384f27929c1888f.tar.gz vcpkg-83ff32536aafdf99a8624d158384f27929c1888f.zip | |
[lua] Fix find_package warning (#13195)
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'ports/lua/CONTROL')
| -rw-r--r-- | ports/lua/CONTROL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/lua/CONTROL b/ports/lua/CONTROL index 72839f972..1ffec4aa3 100644 --- a/ports/lua/CONTROL +++ b/ports/lua/CONTROL @@ -1,5 +1,6 @@ Source: lua -Version: 5.3.5-5 +Version: 5.3.5 +Port-Version: 6 Homepage: https://www.lua.org Description: a powerful, fast, lightweight, embeddable scripting language |
