Skip to content

Commit 508610d

Browse files
committed
0.3.1
Use procket 0.9.7 from hex.pm Fixes #23
1 parent 26c42df commit 508610d

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
REBAR ?= rebar3
44

5-
all: dirs deps compile
5+
all: dirs compile
66

77
dirs:
88
@mkdir -p priv/tmp

rebar.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{deps, [
2-
{procket, {git, "https://github.com/msantos/procket.git", {branch, "master"}}}
2+
{procket, "0.9.7"}
33
]}.
44

55
{dialyzer, [

rebar.lock

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
[{<<"procket">>,
2-
{git,"https://github.com/msantos/procket.git",
3-
{ref,"531070417f0284e466335f35a94a6bddd1391aad"}},
4-
0}].
1+
{"1.2.0",
2+
[{<<"procket">>,{pkg,<<"procket">>,<<"0.9.7">>},0}]}.
3+
[
4+
{pkg_hash,[
5+
{<<"procket">>, <<"9F0D5F3D4CCCE98DD01EA2FAE50C360219CBFF6F71545B966DAEEEBF171C49FB">>}]},
6+
{pkg_hash_ext,[
7+
{<<"procket">>, <<"262E9C7541AA04BE7A50AC785185AFDF733C38790CAE8EC740B7E9EE8286DB2B">>}]}
8+
].

src/tunctl.app.src

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
{description, "TUN/TAP interface"},
33
{applications, [kernel, stdlib]},
44
{included_applications, [procket]},
5-
{vsn, "0.3.0"}
5+
{vsn, "0.3.1"}
66
]}.

0 commit comments

Comments
 (0)