diff options
author | Loïc Hoguin <[email protected]> | 2024-11-19 17:10:07 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2024-11-19 17:10:07 +0100 |
commit | 9376f53f549c05cf692d0e259763049a039e96eb (patch) | |
tree | 8c766bd40e587dab4793688a376608c5f5bda754 /index | |
parent | e507a7c03f54b26cf92f1c98e9ed2e52062eb256 (diff) | |
download | erlang.mk-remove-most-packages.tar.gz erlang.mk-remove-most-packages.tar.bz2 erlang.mk-remove-most-packages.zip |
Update hex_core to current masterremove-most-packages
This includes the SSL security fix for OTP-25+.
Diffstat (limited to 'index')
-rw-r--r-- | index/hex_core.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index/hex_core.mk b/index/hex_core.mk index a2c324d..741c7dc 100644 --- a/index/hex_core.mk +++ b/index/hex_core.mk @@ -5,4 +5,4 @@ pkg_hex_core_homepage = https://github.com/hexpm/hex_core pkg_hex_core_fetch = git HEX_CORE_GIT ?= https://github.com/hexpm/hex_core pkg_hex_core_repo = $(HEX_CORE_GIT) -pkg_hex_core_commit = v0.10.1 +pkg_hex_core_commit = e57b4fb15cde710b3ae09b1d18f148f6999a63cc |