Skip to content

Commit

Permalink
[vcpkg baseline][uchardet] Fix download error (#22218)
Browse files Browse the repository at this point in the history
* [vcpkg baseline][uchardet] Fix build error

* update version

Co-authored-by: Lily Wang <[email protected]>
  • Loading branch information
LilyWangLL and Lily Wang authored Dec 27, 2021
1 parent 772fe6c commit ae91542
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
11 changes: 7 additions & 4 deletions ports/uchardet/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
vcpkg_from_git(
vcpkg_from_gitlab(
GITLAB_URL https://gitlab.freedesktop.org
OUT_SOURCE_PATH SOURCE_PATH
URL https://gitlab.freedesktop.org/uchardet/uchardet
REPO uchardet/uchardet
REF 6f38ab95f55afd45ee6ccefcb92d21034b4a2521
PATCHES
fix-uwp-build.patch
SHA512 a2e655d6e1eb6934cf93d99d27dfebc382eb01b6e62021f56b3fa71d269a851e7d68fe57536d40470e0329b3aa035467a9cdd9e11698f8ff76f06611ea7a58d1
HEAD_REF master
PATCHES fix-uwp-build.patch
)


vcpkg_check_features(
OUT_FEATURE_OPTIONS FEATURE_OPTIONS
FEATURES
Expand Down
2 changes: 1 addition & 1 deletion ports/uchardet/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "uchardet",
"version-date": "2021-09-03",
"port-version": 1,
"port-version": 2,
"description": "An encoding detector library ported from Mozilla.",
"homepage": "https://cgit.freedesktop.org/uchardet/uchardet/",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6978,7 +6978,7 @@
},
"uchardet": {
"baseline": "2021-09-03",
"port-version": 1
"port-version": 2
},
"umock-c": {
"baseline": "2020-06-17",
Expand Down
5 changes: 5 additions & 0 deletions versions/u-/uchardet.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8333800cb0daceea8448ca6d20a91a1944b31559",
"version-date": "2021-09-03",
"port-version": 2
},
{
"git-tree": "bef8f2cbbb385ec635dbca67e3783496a15cb4a0",
"version-date": "2021-09-03",
Expand Down

0 comments on commit ae91542

Please sign in to comment.