Skip to content

Commit 4c8958a

Browse files
authored
[mgclient] update to 1.5.0 (microsoft#48374)
1 parent cf6603c commit 4c8958a

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

ports/mgclient/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ vcpkg_from_github(
22
OUT_SOURCE_PATH SOURCE_PATH
33
REPO memgraph/mgclient
44
REF "v${VERSION}"
5-
SHA512 67321e51255c4552a8e9a4ad55a5ed9159b92ecea87f8a667bc817b87289940558f1f1cd0dc5f99bb698739bd5e1b58d9ff3f13c4d61190f27bd009b0055a445
5+
SHA512 870b15691f394fad894ea5b38f138eb6ae8788d3a3c19eb89d12a86ffb36546f99b24ded88a65e44e479d22220e8dc3262a4121d5a4d88be8ef6a481282d28a9
66
HEAD_REF master
77
PATCHES
88
export-cmake.patch

ports/mgclient/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mgclient",
3-
"version": "1.4.5",
3+
"version": "1.5.0",
44
"description": "C/C++ Memgraph Client ",
55
"homepage": "https://github.com/memgraph/mgclient",
66
"license": "Apache-2.0",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6353,7 +6353,7 @@
63536353
"port-version": 5
63546354
},
63556355
"mgclient": {
6356-
"baseline": "1.4.5",
6356+
"baseline": "1.5.0",
63576357
"port-version": 0
63586358
},
63596359
"mgnlibs": {

versions/m-/mgclient.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "3f4e90cc34d7db4fff10b3590752d0f7f353ab5c",
5+
"version": "1.5.0",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "330e70cc5a8d26aa962c53ffb33716158bc269e3",
510
"version": "1.4.5",

0 commit comments

Comments
 (0)