mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +08:00
[WinReg] update to v5.0.0 (#23409)
* [WinReg] update to v5.0.0 * [WinReg] update to v5.0.0 * add license * update version * delete extra space * update version
This commit is contained in:
parent
c8baa4708a
commit
da8e236bf2
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO GiovanniDicanio/WinReg
|
||||
REF 2594342b7fe6065430bc377961c37d30614cb4ff #v4.1.2
|
||||
SHA512 924cdb77518c3f0843e95cd7e7d4626d4c0c466444cd79fdfa6943975154a54f4eb0d4bd45b8d37d73c650467b1d2728543176688f356c5100d98810e95c9fe8
|
||||
REF bcdce7361be8409887adac6f6b5cb0a436a489aa #v5.0.0
|
||||
SHA512 8a112cc505ba9ec4431e80ee77b6a08389ea8ed92c2d75be191e2494818913ad01d6b4cc0ccf213dd2dd3455594434ba3876fa385e71bdbb758797672c844d8d
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "winreg",
|
||||
"version": "4.1.2",
|
||||
"port-version": 1,
|
||||
"version": "5.0.0",
|
||||
"description": "High-level C++ wrapper around the Windows Registry C API.",
|
||||
"homepage": "https://github.com/GiovanniDicanio/WinReg",
|
||||
"supports": "windows"
|
||||
"license": "MIT",
|
||||
"supports": "windows | uwp"
|
||||
}
|
||||
|
@ -7361,8 +7361,8 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"winreg": {
|
||||
"baseline": "4.1.2",
|
||||
"port-version": 1
|
||||
"baseline": "5.0.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"winsock2": {
|
||||
"baseline": "0.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "a788126cfabb1299a7f43933fec7ced6074a7939",
|
||||
"version": "5.0.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "303a59adfcedbd8c8acdc053ec6b1139d056ecae",
|
||||
"version": "4.1.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user