summaryrefslogtreecommitdiff
path: root/src/r3_hex_tarball.erl
diff options
context:
space:
mode:
authorBryan Paxton <starbelly@pobox.com>2019-07-30 07:16:37 -0500
committerBryan Paxton <starbelly@pobox.com>2019-07-30 07:20:32 -0500
commita24fb3486917a1d0e34b26a2a7cc37b2e855a392 (patch)
tree1e628d5f60e78e13daffab74c7d904b2cca75146 /src/r3_hex_tarball.erl
parentdab233d6edeef2e15b8fcd4616ac01fbaea7e664 (diff)
Update vendored in hex_core to version 0.5.1
version 0.5.1 is a maintenance release of hex_core specifically for rebar3 which contains a configuration update. Prior to v0.5.1 if no repo_organization key was set this could result in a function clause error. The behavior is to now set repo_organization to undefined in this case.
Diffstat (limited to 'src/r3_hex_tarball.erl')
-rw-r--r--src/r3_hex_tarball.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/r3_hex_tarball.erl b/src/r3_hex_tarball.erl
index dd2c77a..fb8c798 100644
--- a/src/r3_hex_tarball.erl
+++ b/src/r3_hex_tarball.erl
@@ -1,4 +1,4 @@
-%% Vendored from hex_core v0.5.0, do not edit manually
+%% Vendored from hex_core v0.5.1, do not edit manually
-module(r3_hex_tarball).
-export([create/2, create_docs/1, unpack/2, format_checksum/1, format_error/1]).