mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[uni-algo] Update to 1.2.0 (#36986)
- [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [x] SHA512s are updated for each updated download. - [x] The "supports" clause reflects platforms that may be fixed by this new version. - [x] Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file. - [x] Any patches that are no longer applied are deleted from the port's directory. - [x] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [x] Only one version is added to each modified port's versions file.
This commit is contained in:
@@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO uni-algo/uni-algo
|
||||
REF "v${VERSION}"
|
||||
SHA512 55abef9b225aba8681439c83c08636b1bebf8faa73e7c8f137fc6cb3c8c6d3c5e0488082c852522fd5680d07366574d8acb25ce762e164c53d9014f249cb572f
|
||||
SHA512 262f02acd56e96f0e4b4ba3d9793f2cab65c124d431add56fca2a7793c41c4cac7cd364395d4e84937e09f6c682366cca8228886388c8cc021b2ff2483f58652
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
@@ -20,6 +20,5 @@ vcpkg_copy_pdbs()
|
||||
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
|
||||
# Install copyright and usage
|
||||
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.md")
|
||||
file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "uni-algo",
|
||||
"version-semver": "1.0.0",
|
||||
"version-semver": "1.2.0",
|
||||
"description": "Unicode Algorithms Implementation",
|
||||
"homepage": "https://github.com/uni-algo/uni-algo",
|
||||
"license": "Unlicense OR MIT",
|
||||
|
||||
@@ -8781,7 +8781,7 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"uni-algo": {
|
||||
"baseline": "1.0.0",
|
||||
"baseline": "1.2.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"unicorn": {
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "eeb5a284cba814cab9b6d035f97313645ec5d457",
|
||||
"version-semver": "1.2.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "507c5e80892a1390e2a5cb8b8fb1ab3ce275e42e",
|
||||
"version-semver": "1.0.0",
|
||||
|
||||
Reference in New Issue
Block a user