From 9038158c1250108e29ec70c61acdeecb7b9dba17 Mon Sep 17 00:00:00 2001 From: Ulf Wiger Date: Thu, 22 May 2025 12:31:52 +0200 Subject: [PATCH] fix deps, zomp meta (v 0.2.1) --- rebar.config | 4 ++-- rebar.lock | 29 ++++++++++++++--------------- zomp.meta | 6 +++--- 3 files changed, 19 insertions(+), 20 deletions(-) diff --git a/rebar.config b/rebar.config index 98bf42f..c58bab3 100644 --- a/rebar.config +++ b/rebar.config @@ -10,11 +10,11 @@ {gmhive_protocol, {git, "https://git.qpq.swiss/QPQ-AG/gmhive_protocol.git", {ref, "818ce33"}}}, - {gmhive_worker, {git, "https://git.qpq.swiss/QPQ-AG/gmhive_worker", {ref, "708f1a6"}}}, + {gmhive_worker, {git, "https://git.qpq.swiss/QPQ-AG/gmhive_worker", {ref, "f6b6fd7"}}}, {gmconfig, {git, "https://git.qpq.swiss/QPQ-AG/gmconfig.git", {ref, "38620ff9e2"}}}, {gproc, "1.0.0"}, - {setup, {git, "https://github.com/uwiger/setup", {ref, "3ad83ed"}}} + {setup, {git, "https://github.com/uwiger/setup", {ref, "d9b0b51"}}} ]}. {relx, [ diff --git a/rebar.lock b/rebar.lock index 133991e..e6d3acf 100644 --- a/rebar.lock +++ b/rebar.lock @@ -1,45 +1,44 @@ {"1.2.0", -[{<<"aecuckooprebuilt">>, - {aecuckooprebuilt_app_with_priv_from_git, - {git,"https://github.com/aeternity/cuckoo-prebuilt.git", - {ref,"90afb699dc9cc41d033a7c8551179d32b3bd569d"}}}, - 1}, - {<<"base58">>, +[{<<"base58">>, {git,"https://git.qpq.swiss/QPQ-AG/erl-base58.git", - {ref,"e6aa62eeae3d4388311401f06e4b939bf4e94b9c"}}, + {ref,"e6aa62eeae3d4388311401f06e4b939bf4e94b9c"}}, 2}, {<<"eblake2">>, {git,"https://git.qpq.swiss/QPQ-AG/eblake2.git", - {ref,"b29d585b8760746142014884007eb8441a3b6a14"}}, + {ref,"b29d585b8760746142014884007eb8441a3b6a14"}}, 1}, {<<"enacl">>, {git,"https://git.qpq.swiss/QPQ-AG/enacl.git", - {ref,"4eb7ec70084ba7c87b1af8797c4c4e90c84f95a2"}}, + {ref,"4eb7ec70084ba7c87b1af8797c4c4e90c84f95a2"}}, 2}, {<<"enoise">>, {git,"https://git.qpq.swiss/QPQ-AG/enoise.git", - {ref,"029292817ea1c685b6377bfae667976c0f4a36bc"}}, + {ref,"029292817ea1c685b6377bfae667976c0f4a36bc"}}, 0}, {<<"gmconfig">>, {git,"https://git.qpq.swiss/QPQ-AG/gmconfig.git", - {ref,"38620ff9e2289dff121377c382e4d5b08c719d87"}}, + {ref,"38620ff9e2289dff121377c382e4d5b08c719d87"}}, 0}, + {<<"gmcuckoo">>, + {git,"https://git.qpq.swiss/QPQ-AG/gmcuckoo.git", + {ref,"106e1cd2e4ff81286f6bc7d7c85f83bc20e14b82"}}, + 1}, {<<"gmhive_protocol">>, {git,"https://git.qpq.swiss/QPQ-AG/gmhive_protocol.git", - {ref,"818ce33cc1dec74c020515be48fb548a5207befd"}}, + {ref,"818ce33cc1dec74c020515be48fb548a5207befd"}}, 0}, {<<"gmhive_worker">>, {git,"https://git.qpq.swiss/QPQ-AG/gmhive_worker", - {ref,"708f1a62f9584f874eb9436a974401b5d4272d9f"}}, + {ref,"f6b6fd7915b311da76e907062db378b4a9af7913"}}, 0}, {<<"gmserialization">>, {git,"https://git.qpq.swiss/QPQ-AG/gmserialization.git", - {ref,"0288719ae15814f3a53114c657502a24376bebfa"}}, + {ref,"0288719ae15814f3a53114c657502a24376bebfa"}}, 1}, {<<"gproc">>,{pkg,<<"gproc">>,<<"1.0.0">>},0}, {<<"setup">>, {git,"https://github.com/uwiger/setup", - {ref,"3ad83ed3cade6780897d11f5f0d987012b93345b"}}, + {ref,"d9b0b51505ff75c459f1ab62bd907ca5e3a32291"}}, 0}]}. [ {pkg_hash,[ diff --git a/zomp.meta b/zomp.meta index b5cb09d..c105ade 100644 --- a/zomp.meta +++ b/zomp.meta @@ -5,11 +5,11 @@ {desc,"Gajumaru Hive Client"}. {author,"Ulf Wiger, QPQ AG"}. {package_id,{"uwiger","gmhive_client",{0,2,1}}}. -{deps,[{"otpr","eblake2",{1,0,1}}, - {"uwiger","gmcuckoo",{1,1,1}}, +{deps,[{"uwiger","gmhive_worker",{0,2,1}}, + {"uwiger","gmcuckoo",{1,2,2}}, + {"otpr","eblake2",{1,0,1}}, {"otpr","base58",{0,1,1}}, {"otpr","gmserialization",{0,1,3}}, - {"uwiger","gmhive_worker",{0,1,1}}, {"uwiger","gmhive_protocol",{0,1,1}}, {"uwiger","setup",{2,2,4}}, {"uwiger","gproc",{1,0,1}},