diff options
Diffstat (limited to 'index')
-rw-r--r-- | index/hex_core.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/index/hex_core.mk b/index/hex_core.mk index 3c5a5d7..a2c324d 100644 --- a/index/hex_core.mk +++ b/index/hex_core.mk @@ -3,5 +3,6 @@ pkg_hex_core_name = hex_core pkg_hex_core_description = Reference implementation of Hex specifications pkg_hex_core_homepage = https://github.com/hexpm/hex_core pkg_hex_core_fetch = git -pkg_hex_core_repo = https://github.com/hexpm/hex_core +HEX_CORE_GIT ?= https://github.com/hexpm/hex_core +pkg_hex_core_repo = $(HEX_CORE_GIT) pkg_hex_core_commit = v0.10.1 |