Skip to content
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/cpp-pinyin/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO wolfgitpr/cpp-pinyin
REF "${VERSION}"
SHA512 de8bfaa56c951591ed360be74fa164f0fcd8fe19c42ae6fdf0e63ba8e375b9e5dc6f6577a9a34a2c5b638a799f701c1cb54fbfa07f32003e91cac58e660ab4ec
SHA512 5ad5425f5c804607c90c801fac722971a6ddac39914807b9a0885dfcdcc0c2afc577893956164af4c2e1d8f87a3a63be884215d84be37e861abc25b98ab565ec
HEAD_REF main
)

Expand All @@ -13,7 +13,7 @@ vcpkg_cmake_configure(
OPTIONS
-DCPP_PINYIN_BUILD_STATIC=${CPP_PINYIN_BUILD_STATIC}
-DCPP_PINYIN_BUILD_TESTS=FALSE
"-DVCPKG_DICT_DIR=${CURRENT_PACKAGES_DIR}/share/${PORT}"
-DCPP_PINYIN_VCPKG_DICT_DIR=${CURRENT_PACKAGES_DIR}/share/${PORT}
)

vcpkg_cmake_install()
Expand Down
2 changes: 1 addition & 1 deletion ports/cpp-pinyin/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cpp-pinyin",
"version": "1.0.1",
"version": "1.0.2",
"description": "A lightweight Chinese/Cantonese to Pinyin library.",
"homepage": "https://github.com/wolfgitpr/cpp-pinyin",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1925,7 +1925,7 @@
"port-version": 0
},
"cpp-pinyin": {
"baseline": "1.0.1",
"baseline": "1.0.2",
"port-version": 0
},
"cpp-redis": {
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/cpp-pinyin.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e058994c7efb41c68dca581b9a8e38b3cad6e05c",
"version": "1.0.2",
"port-version": 0
},
{
"git-tree": "dabdc5308769f7a7f3c569e4d23c3e81b1657141",
"version": "1.0.1",
Expand Down