Skip to content

Commit

Permalink
Update to latest vcpkg version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ASxa86 committed Jan 8, 2025
1 parent 59fe0b1 commit 41b336f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/android/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"remoteEnv": {
"NUGET_NAME": "gitlab",
"NUGET_SOURCE": "https://gitlab.com/api/v4/projects/51467465/packages/nuget/index.json",
"VCPKG_VERSION": "2024.10.21",
"VCPKG_VERSION": "2024.12.16",
"VCPKG_ROOT": "${containerWorkspaceFolder}/vcpkg",
"VCPKG_BINARY_SOURCES": "clear;nuget,gitlab,readwrite",
"GITLAB_USER": "${localEnv:GITLAB_USER}",
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/linux/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"remoteEnv": {
"NUGET_NAME": "gitlab",
"NUGET_SOURCE": "https://gitlab.com/api/v4/projects/51467465/packages/nuget/index.json",
"VCPKG_VERSION": "2024.10.21",
"VCPKG_VERSION": "2024.12.16",
"VCPKG_ROOT": "${containerWorkspaceFolder}/vcpkg",
"VCPKG_BINARY_SOURCES": "clear;nuget,gitlab,readwrite",
"GITLAB_USER": "${localEnv:GITLAB_USER}",
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ default:
variables:
NUGET_SOURCE: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/nuget/index.json"
NUGET_NAME: gitlab
VCPKG_VERSION: 2024.10.21
VCPKG_VERSION: 2024.12.16
VCPKG_BINARY_SOURCES: "clear;nuget,${NUGET_NAME},readwrite"
CMAKE_COMMAND: ${CI_PROJECT_DIR}/vcpkg/downloads/tools/cmake-3.30.1-linux/cmake-3.30.1-linux-x86_64/bin/cmake
NUGET_COMMAND: ${CI_PROJECT_DIR}/vcpkg/downloads/tools/nuget-6.10.0-linux/nuget.exe
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aspire",
"version-string": "2024.11.2",
"version-string": "2025.1.7",
"port-version": 1,
"description": "ASxa86's Personal Integration and Rendering Engine",
"homepage": "https://gitlab.com/asxa86/aspire",
Expand Down

0 comments on commit 41b336f

Please sign in to comment.