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
2 changes: 1 addition & 1 deletion ports/morton-nd/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: morton-nd
Version: 3.0.0
Version: 4.0.0
Homepage: https://github.com/kevinhartman/morton-nd
Description: header-only constexpr library for fast Morton encoding/decoding in N dimensions.
6 changes: 3 additions & 3 deletions ports/morton-nd/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO kevinhartman/morton-nd
REF v3.0.0
SHA512 659c903c0c4a4ee4179d01950a952fe0c40d2c426063c10515ae5d2ad13ec8ca6b83d8de50c9eb86dd3c2c3747e1594d832f0c28cd6d414703baf9a7ab2f1f36
HEAD_REF master
REF v4.0.0
SHA512 19dc51ae5d7fc868625a9c9f0dddec95a77fdeac714300033008f096bc3a83f146738e525e8a0ec541903263355a7fec84b1873d8eacfca4b93d3cd8945653da
HEAD_REF main
)

vcpkg_configure_cmake(
Expand Down
6 changes: 3 additions & 3 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3539,8 +3539,8 @@
"libsigcpp-3": {
"baseline": "3.0.3",
"port-version": 1
},
"libsmb2": {
},
"libsmb2": {
"baseline": "2021-04-29",
"port-version": 0
},
Expand Down Expand Up @@ -4105,7 +4105,7 @@
"port-version": 0
},
"morton-nd": {
"baseline": "3.0.0",
"baseline": "4.0.0",
"port-version": 0
},
"mosquitto": {
Expand Down
5 changes: 5 additions & 0 deletions versions/m-/morton-nd.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "949f90299960d91f4cfd457a093dd70c5e285782",
"version-string": "4.0.0",
"port-version": 0
},
{
"git-tree": "acdac4e47f9b91d7a7dd27aa9689f029fdd43895",
"version-string": "3.0.0",
Expand Down