mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 04:53:02 +08:00
[readline-win32] Fix windows dynamic linking (#34502)
* [readline-win32] Fix windows dynamic linking * Update version database
This commit is contained in:
parent
87b341399b
commit
2a8cdbfdc5
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO xiaozhuai/readline-win32
|
||||
REF 8f141e9a77f81fae5b67f915621988aef116e9ae
|
||||
SHA512 2eb88a2fa3780df1bb8fa5dfc0be197113d3789cd7b494c0c30509099a6c4818cf14d8301d312747107b2b4f8e52e5a2ed93d3fe5fbbd6b796f780e2f1e0f729
|
||||
REF 2b94fbb51f5da90b7bbd9b236da80be6f798e014
|
||||
SHA512 1285625ca6c608b98d13a783dd34461782bd88026bc09e6c9e70fd343e28561d1d7e5392b8068e52e93308029544276bdbc8ca12703c8976836561777a03dc17
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "readline-win32",
|
||||
"version": "5.0",
|
||||
"port-version": 7,
|
||||
"port-version": 8,
|
||||
"description": "Implementation of readline for Windows Desktop",
|
||||
"homepage": "https://github.com/xiaozhuai/readline-win32",
|
||||
"license": "GPL-2.0",
|
||||
|
@ -7266,7 +7266,7 @@
|
||||
},
|
||||
"readline-win32": {
|
||||
"baseline": "5.0",
|
||||
"port-version": 7
|
||||
"port-version": 8
|
||||
},
|
||||
"readosm": {
|
||||
"baseline": "1.1.0a",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "9c7dd189ed4434c993da75506f0b6d4e94b7f952",
|
||||
"version": "5.0",
|
||||
"port-version": 8
|
||||
},
|
||||
{
|
||||
"git-tree": "932081e9a1f922cd1f3e710fd9fd426f882360aa",
|
||||
"version": "5.0",
|
||||
|
Loading…
Reference in New Issue
Block a user