mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
[utf8h] update package to new version (#22876)
* update utf8h package to new version * add utf8h baseline
This commit is contained in:
parent
75ad7f54db
commit
2b543e52da
@ -1,8 +1,8 @@
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO sheredom/utf8.h
|
REPO sheredom/utf8.h
|
||||||
REF 146be69f88575d753317d8ef13b16f80e0656fc7
|
REF 500d4ea9f4c3449e5243c088d8af8700f7189734
|
||||||
SHA512 3ce20a440aa6c83b2079cad1385ba96688c2ae866b9dee013bc461f3ba180154231e3a18d3d020b4617b1c17b2cb36ea10c53656a48dd1294ed8324ed5b9acfb
|
SHA512 fbae7dbfd932176058dacb33ea491d17eb8e02c845e1ef2afc0ae482f563578a8a8011a8578f4aa8593bb0d7de8ba2df140bda05859a9a6bd67f6545ca0d7421
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "utf8h",
|
"name": "utf8h",
|
||||||
"version-date": "2021-10-21",
|
"version-date": "2021-11-18",
|
||||||
"description": "Single header utf8 string functions for C and C++",
|
"description": "Single header utf8 string functions for C and C++",
|
||||||
"homepage": "https://github.com/sheredom/utf8.h"
|
"homepage": "https://github.com/sheredom/utf8.h"
|
||||||
}
|
}
|
||||||
|
@ -7101,7 +7101,7 @@
|
|||||||
"port-version": 1
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"utf8h": {
|
"utf8h": {
|
||||||
"baseline": "2021-10-21",
|
"baseline": "2021-11-18",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"utf8proc": {
|
"utf8proc": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "f26a3cff10653923f791bc424e4ed1839c33a9ad",
|
||||||
|
"version-date": "2021-11-18",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "e54d88f6fff213e5e7ab15eefffc3e2674f1da63",
|
"git-tree": "e54d88f6fff213e5e7ab15eefffc3e2674f1da63",
|
||||||
"version-date": "2021-10-21",
|
"version-date": "2021-10-21",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user