Skip to content

Commit

Permalink
7thWrapperLoader: Bump nethost port to .NET 7.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
julianxhokaxhiu committed Oct 15, 2023
1 parent 84f53a3 commit 61ab472
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
7 changes: 3 additions & 4 deletions 7thWrapperLoader/.vcpkg/ports/nethost/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
set(COMMIT_HASH v7.0.11)
set(PRODUCT_VERSION "7.0.12")
set(COMMIT_HASH "v${PRODUCT_VERSION}")

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO dotnet/runtime
REF ${COMMIT_HASH}
SHA512 65e5fb0cd8c94b42c7db2e7b612e9d6393b0665941e104c7ad49052372683dcaa7522c4aad3fdd41d8bb1ad049e84f28ee8c8b475f0d1176f56d46eef9eaadb4
SHA512 31e2ad4f72693071f51405a43d4da634410501ffbf2d3bf5b13e2c00dcd62ff83a488b566dcf475afa9efa1459941fb02af48ef2a2ec8107878b344d77a3e1f8
HEAD_REF master
PATCHES
0001-nethost-cmakelists.patch
)

set(PRODUCT_VERSION "7.0.8")

if(NOT VCPKG_TARGET_IS_WINDOWS)
execute_process(COMMAND sh -c "mkdir -p ${SOURCE_PATH}/artifacts/obj && ${SOURCE_PATH}/eng/native/version/copy_version_files.sh")
endif()
Expand Down
2 changes: 1 addition & 1 deletion 7thWrapperLoader/.vcpkg/ports/nethost/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nethost",
"version": "7.0.11",
"version": "7.0.12",
"description": "Provides a set of APIs that can be used to host .NET Core (dotnet)",
"homepage": "https://github.com/dotnet/runtime/tree/main/src/native/corehost/nethost",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion 7thWrapperLoader/.vcpkg/versions/baseline.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"default": {
"nethost": {
"baseline": "7.0.11",
"baseline": "7.0.12",
"port-version": 0
},
"stackwalker": {
Expand Down
2 changes: 1 addition & 1 deletion 7thWrapperLoader/.vcpkg/versions/n-/nethost.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"version": "7.0.11",
"version": "7.0.12",
"path": "$/ports/nethost"
}
]
Expand Down
4 changes: 2 additions & 2 deletions 7thWrapperLoader/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "7th-wrapper-loader",
"version": "1.0.0",
"builtin-baseline": "f6a5d4e8eb7476b8d7fc12a56dff300c1c986131",
"builtin-baseline": "ced4b6dbc1fcae4a30b39d004ba67242a79434a5",
"dependencies": [
"detours",
"nethost",
Expand All @@ -17,7 +17,7 @@
},
{
"name": "nethost",
"version": "7.0.11",
"version": "7.0.12",
"port-version": 0
},
{
Expand Down

0 comments on commit 61ab472

Please sign in to comment.