Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[utf8h] update package to new version #22876

Merged
merged 2 commits into from
Feb 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/utf8h/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO sheredom/utf8.h
REF 146be69f88575d753317d8ef13b16f80e0656fc7
SHA512 3ce20a440aa6c83b2079cad1385ba96688c2ae866b9dee013bc461f3ba180154231e3a18d3d020b4617b1c17b2cb36ea10c53656a48dd1294ed8324ed5b9acfb
REF 500d4ea9f4c3449e5243c088d8af8700f7189734
SHA512 fbae7dbfd932176058dacb33ea491d17eb8e02c845e1ef2afc0ae482f563578a8a8011a8578f4aa8593bb0d7de8ba2df140bda05859a9a6bd67f6545ca0d7421
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/utf8h/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "utf8h",
"version-date": "2021-10-21",
"version-date": "2021-11-18",
"description": "Single header utf8 string functions for C and C++",
"homepage": "https://github.com/sheredom/utf8.h"
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7097,7 +7097,7 @@
"port-version": 1
},
"utf8h": {
"baseline": "2021-10-21",
"baseline": "2021-11-18",
"port-version": 0
},
"utf8proc": {
Expand Down
5 changes: 5 additions & 0 deletions versions/u-/utf8h.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f26a3cff10653923f791bc424e4ed1839c33a9ad",
"version-date": "2021-11-18",
"port-version": 0
},
{
"git-tree": "e54d88f6fff213e5e7ab15eefffc3e2674f1da63",
"version-date": "2021-10-21",
Expand Down