mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:19:00 +08:00
[wt] Update to 4.9.1 (#29504)
* [wt] Update to 4.9.1 * [wt] Use VERSION variable instead of git hash
This commit is contained in:
parent
8e986ec51a
commit
9d27b0fe2f
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO emweb/wt
|
||||
REF 402c55d196da761ec982beabaf11a8675fa76518 # 4.8.1
|
||||
SHA512 de89e0de17bcfa142b9e94fde2b398b26046ecb66ef9ab673cd278e1d60a366965d3de524884f17a54ab65ffdc5d9ade5f8df457d3ff157af214476fe1285140
|
||||
REF ${VERSION}
|
||||
SHA512 70ab7bc79463fb0cf60b5ff07598f58b422cfff8d46fec2e9bb1d8598f5e2785e9f5dad2c6dbc24f7ff0ccf8cdcd8c52a09e647b6e1a9000444a1866f710175d
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
0002-link-glew.patch
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "wt",
|
||||
"version": "4.8.1",
|
||||
"version": "4.9.1",
|
||||
"description": "Wt is a C++ library for developing web applications",
|
||||
"homepage": "https://github.com/emweb/wt",
|
||||
"license": "GPL-2.0-only",
|
||||
|
@ -8285,7 +8285,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"wt": {
|
||||
"baseline": "4.8.1",
|
||||
"baseline": "4.9.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"wtl": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "3c2ab01f0b1932d0a5f62632fe26a28ea4a25faa",
|
||||
"version": "4.9.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "1617b936bd6c68b1a5e3e316ccc773c405036135",
|
||||
"version": "4.8.1",
|
||||
|
Loading…
Reference in New Issue
Block a user