Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions ports/cppvrf/fix-linux.patch

This file was deleted.

4 changes: 1 addition & 3 deletions ports/cppvrf/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Microsoft/cppvrf
REF "v${VERSION}"
SHA512 286b52104a3067b73a28b7710484b077ad5ec69055416698e40a06cbb0ba76636d7bc1e6eea526f9fd637b39bb2f98cf33668ebbde1fac0ee3052a1b322295ff
SHA512 518c97a06e8728e21702521aa1999589e33c1ce1f245a7efca72c9e79fa5449376b95577365aaaad95b5560f0e60241884b9406133fd92ff462423e0a81e7c8d
HEAD_REF main
PATCHES
fix-linux.patch
)

vcpkg_cmake_configure(SOURCE_PATH "${SOURCE_PATH}")
Expand Down
2 changes: 1 addition & 1 deletion ports/cppvrf/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cppvrf",
"version": "1.4.0",
"version": "1.6.0",
"description": "VRF implementation library in C++20",
"homepage": "https://github.com/microsoft/cppvrf",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2141,7 +2141,7 @@
"port-version": 0
},
"cppvrf": {
"baseline": "1.4.0",
"baseline": "1.6.0",
"port-version": 0
},
"cppwinrt": {
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/cppvrf.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a74e9a03fc79fa0649b071e0b4beddd6d60091ee",
"version": "1.6.0",
"port-version": 0
},
{
"git-tree": "0431656dea427102774f8e9db188628248fde674",
"version": "1.4.0",
Expand Down