update gmhive_worker dep

This commit is contained in:
Ulf Wiger 2025-05-14 09:10:07 +02:00
parent f4e8515794
commit c57d89ba3d
4 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
{application,gmhive_client,
[{description,"Gajumaru Hive client"},
{vsn,"0.1.2"},
{vsn,"0.1.4"},
{registered,[]},
{applications,[kernel,stdlib,sasl,gproc,enoise,gmconfig,
gmhive_protocol,gmhive_worker]},

View File

@ -10,7 +10,7 @@
{gmhive_protocol,
{git, "https://git.qpq.swiss/QPQ-AG/gmhive_protocol.git",
{ref, "ea549141f5"}}},
{gmhive_worker, {git, "https://git.qpq.swiss/QPQ-AG/gmhive_worker", {ref, "02ab56dec4"}}},
{gmhive_worker, {git, "https://git.qpq.swiss/QPQ-AG/gmhive_worker", {ref, "708f1a6"}}},
{gmconfig, {git, "https://git.qpq.swiss/QPQ-AG/gmconfig.git",
{ref, "32c1ed5c4b"}}},
{gproc, "1.0.0"},

View File

@ -34,7 +34,7 @@
0},
{<<"gmhive_worker">>,
{git,"https://git.qpq.swiss/QPQ-AG/gmhive_worker",
{ref,"02ab56dec4b50947afc118712c96e8c7b9f6b3fe"}},
{ref,"708f1a62f9584f874eb9436a974401b5d4272d9f"}},
0},
{<<"gmserialization">>,
{git,"https://git.qpq.swiss/QPQ-AG/gmserialization.git",

View File

@ -1,15 +1,15 @@
{name,"gmhive_client"}.
{type,app}.
{modules,[]}.
{prefix,"gmhc"}.
{author,"Ulf Wiger, QPQ AG"}.
{prefix,"gmhc"}.
{desc,"Gajumaru Hive Client"}.
{package_id,{"uwiger","gmhive_client",{0,1,2}}}.
{deps,[{"uwiger","setup",{2,2,4}},
{package_id,{"uwiger","gmhive_client",{0,1,4}}}.
{deps,[{"uwiger","gmhive_worker",{0,1,1}},
{"uwiger","gmhive_protocol",{0,1,1}},
{"uwiger","setup",{2,2,4}},
{"uwiger","gproc",{1,0,1}},
{"uwiger","gmconfig",{0,1,2}},
{"uwiger","gmhive_worker",{0,1,0}},
{"uwiger","gmhive_protocol",{0,1,0}},
{"uwiger","enoise",{1,3,0}}]}.
{key_name,none}.
{a_email,"ulf@wiger.net"}.