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/cpp-lazy/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Kaaserne/cpp-lazy
REF "v${VERSION}"
SHA512 e93a63e434be1fd25d842c0930159d9f31a565b905eb5d93d9066f32a0140034314c4228842bc534b3573b7ed8778fd01c0f7d4c35ca53ea1b73f86007e0873a
SHA512 d5ad743805df55178b3758e9ad9e5cdc001821d3bb2bb284fa0c5709780edb1896d4695582ce26849eecec287b9bd41b646e7f9d166b897bab82a93fe37ed37b
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/cpp-lazy/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cpp-lazy",
"version": "9.0.0",
"version": "9.0.1",
"description": "C++11 (and onwards) library for lazy evaluation ",
"homepage": "https://github.com/Kaaserne/cpp-lazy",
"license": "MIT",
Expand Down
10 changes: 5 additions & 5 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2029,7 +2029,7 @@
"port-version": 0
},
"cpp-lazy": {
"baseline": "9.0.0",
"baseline": "9.0.1",
"port-version": 0
},
"cpp-netlib": {
Expand Down Expand Up @@ -2664,6 +2664,10 @@
"baseline": "3.27.1",
"port-version": 0
},
"easy-profiler": {
"baseline": "2.1.0",
"port-version": 0
},
"easycl": {
"baseline": "0.3",
"port-version": 2
Expand All @@ -2680,10 +2684,6 @@
"baseline": "9.97.1",
"port-version": 1
},
"easy-profiler": {
"baseline": "2.1.0",
"port-version": 0
},
"eathread": {
"baseline": "1.32.09",
"port-version": 5
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/cpp-lazy.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "87a9c345799640bb0852f4c4d1724a65621e0f7b",
"version": "9.0.1",
"port-version": 0
},
{
"git-tree": "fdd733245c81c0a7567873cc407970aba4d03e19",
"version": "9.0.0",
Expand Down