mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
[libtins] update to 4.5 (#34525)
* [libtins] update to 4.5 * [libtins] update to 4.5
This commit is contained in:
parent
311ae71f1e
commit
30876addcc
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO mfontanini/libtins
|
||||
REF v4.3
|
||||
SHA512 29d606004fe9a440c9a53eede42fd5c6dbd049677d2cca2c5cfd26311ee2ca4c64ca3e665fbc81efd5bfab5577a5181ed0754c617e139317d9ae0cabba05aff7
|
||||
REF "v${VERSION}"
|
||||
SHA512 d8887949cb545dbaf4247c8405feb5cc1032f370bb418dd5344043dc97555b1b826a8d33cfc7dd0a7a9a9af6f3a46bd6fcbed89f98d5eb23fdd10294f823fcd6
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
fix-source-writes.patch
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "libtins",
|
||||
"version": "4.3",
|
||||
"port-version": 7,
|
||||
"version": "4.5",
|
||||
"description": "High-level, multiplatform C++ network packet sniffing and crafting library",
|
||||
"license": "BSD-2-Clause",
|
||||
"supports": "!uwp",
|
||||
|
@ -4781,8 +4781,8 @@
|
||||
"port-version": 6
|
||||
},
|
||||
"libtins": {
|
||||
"baseline": "4.3",
|
||||
"port-version": 7
|
||||
"baseline": "4.5",
|
||||
"port-version": 0
|
||||
},
|
||||
"libtomcrypt": {
|
||||
"baseline": "1.18.2",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "2aca4b43d1b64057b5316e609514d41ee7013c4b",
|
||||
"version": "4.5",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "30fbfd14d90e9aedac77f8272135a7e51444b01f",
|
||||
"version": "4.3",
|
||||
|
Loading…
Reference in New Issue
Block a user