mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:59:07 +08:00
[luasocket] update to v3.0.0 (#24606)
* [luasocket] Bump to official v3.0.0 release Upstream changed to https://github.com/lunarmodules/luasocket and an actual 3.0.0 release was tagged so we no longer need to point to unversioned commits. * [luasocket] Specify license in manifest * Run vcpkg x-add-version --all
This commit is contained in:
parent
6388f90f84
commit
f70ecfd8f7
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO diegonehab/luasocket
|
||||
REF 5b18e475f38fcf28429b1cc4b17baee3b9793a62 # accessed on 2020-09-14
|
||||
SHA512 bdf7086a0504b0072b9cfd1266fc4ae89504053801722859a426f567fca00ed76f4c295c2a3a968e93f0036d9b792cf97561e9baa82c09ea23999cfd473227eb
|
||||
REPO lunarmodules/luasocket
|
||||
REF v3.0.0
|
||||
SHA512 4f93d6c0b602333df50ee4f939cd0419243f6de333472ffebf99334e301143e8cdee3bc1655c29f81608622d6e7850a9bcf6929a6d4748210a70cdb8218a1ec6
|
||||
HEAD_REF master)
|
||||
|
||||
file(COPY "${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt" DESTINATION "${SOURCE_PATH}")
|
||||
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "luasocket",
|
||||
"version-date": "2020-09-14",
|
||||
"port-version": 2,
|
||||
"version": "3.0.0",
|
||||
"description": "LuaSocket is a Lua extension library that is composed by two parts: a C core that provides support for the TCP and UDP transport layers, and a set of Lua modules that add support for functionality commonly needed by applications that deal with the Internet.",
|
||||
"homepage": "https://github.com/diegonehab/luasocket",
|
||||
"homepage": "https://lunarmodules.github.io/luasocket/",
|
||||
"license": "MIT",
|
||||
"supports": "windows",
|
||||
"dependencies": [
|
||||
"lua",
|
||||
|
@ -4317,8 +4317,8 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"luasocket": {
|
||||
"baseline": "2020-09-14",
|
||||
"port-version": 2
|
||||
"baseline": "3.0.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"lunasvg": {
|
||||
"baseline": "2.3.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "2f809809d4b061b2579f41521b20a7c4a0992558",
|
||||
"version": "3.0.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "94ee0f78bf41cf8d10f7bc25b2305a9a0a33cb36",
|
||||
"version-date": "2020-09-14",
|
||||
|
Loading…
Reference in New Issue
Block a user