Skip to content

Commit

Permalink
fixup! Use hex_core to fetch Hex packages
Browse files Browse the repository at this point in the history
  • Loading branch information
essen committed Nov 18, 2024
1 parent a478fc9 commit 163ceb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index/hex_core.mk
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
HEX_CORE_GIT ?= https://github.com/hexpm/hex_core

PACKAGES += hex_core
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
HEX_CORE_GIT ?= https://github.com/hexpm/hex_core
pkg_hex_core_repo = $(HEX_CORE_GIT)
pkg_hex_core_commit = v0.10.1

0 comments on commit 163ceb9

Please sign in to comment.