Skip to content

Commit

Permalink
[uni-algo] Update to 1.0.0 (#32749)
Browse files Browse the repository at this point in the history
  • Loading branch information
mg152 authored Jul 28, 2023
1 parent 08f00b4 commit 861d3a1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 1 addition & 3 deletions ports/uni-algo/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 uni-algo/uni-algo
REF "v${VERSION}"
SHA512 031d6ec2a1a2c09972a68d7b9bf49a209441e69802d5d8d37b2a37d9b6e002427496d420629d2119dc1d0e80f38c7b220e253b0858db5f172789472447041799
SHA512 55abef9b225aba8681439c83c08636b1bebf8faa73e7c8f137fc6cb3c8c6d3c5e0488082c852522fd5680d07366574d8acb25ce762e164c53d9014f249cb572f
HEAD_REF main
)

Expand All @@ -19,8 +19,6 @@ vcpkg_cmake_config_fixup(NO_PREFIX_CORRECTION)
vcpkg_copy_pdbs()

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
# Remove empty directory
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/include/uni_algo/impl/doc")

# Install copyright and usage
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.md")
Expand Down
2 changes: 1 addition & 1 deletion ports/uni-algo/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uni-algo",
"version-semver": "0.7.0",
"version-semver": "1.0.0",
"description": "Unicode Algorithms Implementation",
"homepage": "https://github.com/uni-algo/uni-algo",
"license": "Unlicense OR MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8305,7 +8305,7 @@
"port-version": 1
},
"uni-algo": {
"baseline": "0.7.0",
"baseline": "1.0.0",
"port-version": 0
},
"unicorn": {
Expand Down
5 changes: 5 additions & 0 deletions versions/u-/uni-algo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "507c5e80892a1390e2a5cb8b8fb1ab3ce275e42e",
"version-semver": "1.0.0",
"port-version": 0
},
{
"git-tree": "ae30ff42462d61d142eca81383fb9a7c9df3703a",
"version-semver": "0.7.0",
Expand Down

0 comments on commit 861d3a1

Please sign in to comment.