Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ade] Update to v0.1.2 #32873

Merged
merged 5 commits into from
Aug 2, 2023
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
4 changes: 2 additions & 2 deletions ports/ade/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO opencv/ade
REF v0.1.1f
SHA512 fbdec8f3d5811a573abb81f1ceb6fb8d40274439013f749645db5430c6d9cdc52227c25203f1a68177b263d648bb65197ea7c2bea7871264a06585e59892631c
REF v0.1.2
SHA512 2761cf9ccb92d1df6f2d61964a64085470fff78b92d040fd8411d4c3a1f238b95eb4484a9624ab800e8fb4e5144eea32dee9a9047b9b67fad83d0856d32c91e9
HEAD_REF master
)

Expand Down
3 changes: 1 addition & 2 deletions ports/ade/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "ade",
"version-string": "0.1.1f",
"port-version": 3,
"version": "0.1.2",
"description": "ADE Framework is a graph construction, manipulation, and processing framework. ADE Framework is suitable for organizing data flow processing and execution.",
"dependencies": [
{
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/ade.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "be78a5027373a1ff6c75587da2aa96126c832b1c",
"version": "0.1.2",
"port-version": 0
},
{
"git-tree": "a1fe12280de42d63d57dd77fd43ac40a7840bae5",
"version-string": "0.1.1f",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"port-version": 0
},
"ade": {
"baseline": "0.1.1f",
"port-version": 3
"baseline": "0.1.2",
"port-version": 0
},
"adios2": {
"baseline": "2.8.3",
Expand Down
Loading