diff --git a/ports/asio-grpc/portfile.cmake b/ports/asio-grpc/portfile.cmake index d3e3afa36af2b1..739eb0fed5291a 100644 --- a/ports/asio-grpc/portfile.cmake +++ b/ports/asio-grpc/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Tradias/asio-grpc - REF v2.1.0 - SHA512 09a8a34406726057e2db8991a7156ce23e6f1f920d71a5716abcfd303b573929703a6e6af3a1ef6e9fe80ea6d9c7f2a072c6ffca6f06109afd09ab1277835e02 + REF v2.2.0 + SHA512 2561e78553a7b58929a04dc0cc49800dd65bec1079cbbaea271f923c9071defaed1a80eb730d1b07b39dcb5d4859c51f3e3fa4d95a73cfc8263ad72af9c4d125 HEAD_REF master ) @@ -25,4 +25,4 @@ vcpkg_cmake_config_fixup() file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug") file(INSTALL "${CURRENT_PORT_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}") -file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) +vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE") diff --git a/ports/asio-grpc/vcpkg.json b/ports/asio-grpc/vcpkg.json index 7059a5255647ff..d7f48437ca5b75 100644 --- a/ports/asio-grpc/vcpkg.json +++ b/ports/asio-grpc/vcpkg.json @@ -1,6 +1,6 @@ { "name": "asio-grpc", - "version": "2.1.0", + "version": "2.2.0", "description": "Asynchronous gRPC with Asio/unified executors", "homepage": "https://github.com/Tradias/asio-grpc", "license": "Apache-2.0", diff --git a/versions/a-/asio-grpc.json b/versions/a-/asio-grpc.json index 2b240bb0e2f014..49f778d3c3813d 100644 --- a/versions/a-/asio-grpc.json +++ b/versions/a-/asio-grpc.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "b56f11e8c696aa07e5e7bcac8a863e02d2682650", + "version": "2.2.0", + "port-version": 0 + }, { "git-tree": "83bc5845eda6123bd774834bd5f105294720fef2", "version": "2.1.0", diff --git a/versions/baseline.json b/versions/baseline.json index 36fd261c280e3f..33b08b45f04ae6 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -201,7 +201,7 @@ "port-version": 0 }, "asio-grpc": { - "baseline": "2.1.0", + "baseline": "2.2.0", "port-version": 0 }, "asiosdk": {