mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:49:07 +08:00
[libunibreak] update to 5.1 (#34854)
* [libunibreak] update to 5.1 * [libunibreak] update to 5.1
This commit is contained in:
parent
d70aa31127
commit
3c2e4c93ed
@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO adah1972/libunibreak
|
REPO adah1972/libunibreak
|
||||||
REF libunibreak_5_0 # libunibreak_5_0
|
REF libunibreak_5_1
|
||||||
SHA512 909c12cf5df92f0374050fc7a0ef9e91bc1efe6a5dc5a80f4e2c81a507f1228ecaba417c3ee001e11b2422024bea68cc14eb66e08360ae69f830cdaa18764484
|
SHA512 c47d6445cab36febb214b31aeb48585a4d3685714588079e84be87019f6e6ffb752e0e0e527232e2d164b1efeeeea64b8b4b21e605ebc60f10fb5a169edc2ed0
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "libunibreak",
|
"name": "libunibreak",
|
||||||
"version": "5.0",
|
"version": "5.1",
|
||||||
"port-version": 1,
|
|
||||||
"description": "an implementation of the line breaking and word breaking algorithms as described in [Unicode Standard Annex 14] 1 and [Unicode Standard Annex 29] 2. Check the project's [home page] 3 for up-to-date information.",
|
"description": "an implementation of the line breaking and word breaking algorithms as described in [Unicode Standard Annex 14] 1 and [Unicode Standard Annex 29] 2. Check the project's [home page] 3 for up-to-date information.",
|
||||||
"homepage": "https://github.com/adah1972/libunibreak",
|
"homepage": "https://github.com/adah1972/libunibreak",
|
||||||
"license": "zlib-acknowledgement",
|
"license": "zlib-acknowledgement",
|
||||||
|
@ -4893,8 +4893,8 @@
|
|||||||
"port-version": 3
|
"port-version": 3
|
||||||
},
|
},
|
||||||
"libunibreak": {
|
"libunibreak": {
|
||||||
"baseline": "5.0",
|
"baseline": "5.1",
|
||||||
"port-version": 1
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"libunifex": {
|
"libunifex": {
|
||||||
"baseline": "0.3.0",
|
"baseline": "0.3.0",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "82fb16a307e33e75cbdbd3726f4b7bbcea42eb23",
|
||||||
|
"version": "5.1",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "724f588851a5f81f6ddd8eb1fc01a45bedfa5517",
|
"git-tree": "724f588851a5f81f6ddd8eb1fc01a45bedfa5517",
|
||||||
"version": "5.0",
|
"version": "5.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user