Removed unused enacl lib. Use eblake2 for hash. #125

Merged
zxq9 merged 8 commits from cleanup-enacl into fortuna 2019-02-26 16:53:47 +09:00
2 changed files with 7 additions and 10 deletions
Showing only changes of commit 36d7ec29ca - Show all commits

View File

@ -2,10 +2,8 @@
{erl_opts, [debug_info]}.
{deps, [
{eblake2, {git, "https://github.com/aeternity/eblake2.git",
{tag,"v1.0.0"}}},
{getopt, "1.0.1"}
{deps, [ {eblake2, "1.0.0"}
, {getopt, "1.0.1"}
]}.
{escript_incl_apps, [aebytecode, eblake2, getopt]}.
@ -22,7 +20,7 @@
]}.
{relx, [{release, {aessembler, "0.0.1"},
{relx, [{release, {aebytecode, "2.0.0"},
[aebytecode, eblake2, getopt]},
{dev_mode, true},
@ -31,7 +29,8 @@
{extended_start_script, true}]}.
{profiles, [{binary, [
{deps, [ {getopt, "1.0.1"}
{deps, [ {eblake2, "1.0.0"}
, {getopt, "1.0.1"}
]},
{post_hooks, [{"(linux|darwin|solaris|freebsd|netbsd|openbsd)",

View File

@ -1,10 +1,8 @@
{"1.1.0",
[{<<"eblake2">>,
{git,"https://github.com/aeternity/eblake2.git",
{ref,"ac1fed46f90a7bada781ee78fa30a1b5239ea613"}},
0},
[{<<"eblake2">>,{pkg,<<"eblake2">>,<<"1.0.0">>},0},
{<<"getopt">>,{pkg,<<"getopt">>,<<"1.0.1">>},0}]}.
[
{pkg_hash,[
{<<"eblake2">>, <<"EC8AD20E438AAB3F2E8D5D118C366A0754219195F8A0F536587440F8F9BCF2EF">>},
{<<"getopt">>, <<"C73A9FA687B217F2FF79F68A3B637711BB1936E712B521D8CE466B29CBF7808A">>}]}
].