mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 18:32:47 +08:00
[morton-nd] Update to v4.0.0. (#18652)
* Update morton-nd to v4.0.0. * Update baselines.
This commit is contained in:
parent
be57a4230a
commit
4a562ffa4b
@ -1,4 +1,4 @@
|
|||||||
Source: morton-nd
|
Source: morton-nd
|
||||||
Version: 3.0.0
|
Version: 4.0.0
|
||||||
Homepage: https://github.com/kevinhartman/morton-nd
|
Homepage: https://github.com/kevinhartman/morton-nd
|
||||||
Description: header-only constexpr library for fast Morton encoding/decoding in N dimensions.
|
Description: header-only constexpr library for fast Morton encoding/decoding in N dimensions.
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO kevinhartman/morton-nd
|
REPO kevinhartman/morton-nd
|
||||||
REF v3.0.0
|
REF v4.0.0
|
||||||
SHA512 659c903c0c4a4ee4179d01950a952fe0c40d2c426063c10515ae5d2ad13ec8ca6b83d8de50c9eb86dd3c2c3747e1594d832f0c28cd6d414703baf9a7ab2f1f36
|
SHA512 19dc51ae5d7fc868625a9c9f0dddec95a77fdeac714300033008f096bc3a83f146738e525e8a0ec541903263355a7fec84b1873d8eacfca4b93d3cd8945653da
|
||||||
HEAD_REF master
|
HEAD_REF main
|
||||||
)
|
)
|
||||||
|
|
||||||
vcpkg_configure_cmake(
|
vcpkg_configure_cmake(
|
||||||
|
@ -4105,7 +4105,7 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"morton-nd": {
|
"morton-nd": {
|
||||||
"baseline": "3.0.0",
|
"baseline": "4.0.0",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"mosquitto": {
|
"mosquitto": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "949f90299960d91f4cfd457a093dd70c5e285782",
|
||||||
|
"version-string": "4.0.0",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "acdac4e47f9b91d7a7dd27aa9689f029fdd43895",
|
"git-tree": "acdac4e47f9b91d7a7dd27aa9689f029fdd43895",
|
||||||
"version-string": "3.0.0",
|
"version-string": "3.0.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user