aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <[email protected]>2025-06-30 18:19:37 +0200
committerJean-Sébastien Pédron <[email protected]>2025-07-22 12:52:47 +0200
commitae6ac4cc537ddf9982cf4374b65f81043038d90c (patch)
tree1a98bf0a2951fb55b8e642cba607118561af3b82
parent3336b0638830f59aefc6e7b8f053cc44ae88ee2b (diff)
downloaderlang.mk-ae6ac4cc537ddf9982cf4374b65f81043038d90c.tar.gz
erlang.mk-ae6ac4cc537ddf9982cf4374b65f81043038d90c.tar.bz2
erlang.mk-ae6ac4cc537ddf9982cf4374b65f81043038d90c.zip
test/core_app.mk: Use https://github.com/binarytemple/hypernumbers
... instead of https://github.com/hypernumbers/hypernumbers which is no longer available apparently.
-rw-r--r--test/core_app.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/core_app.mk b/test/core_app.mk
index 30c0c4c..3eaf3bb 100644
--- a/test/core_app.mk
+++ b/test/core_app.mk
@@ -1495,11 +1495,11 @@ core-app-xrl-include: init
$t $(MAKE) -C $(APP) -f erlang.mk bootstrap-lib $v
$i "Download a .xrl file with numerous includes from Gordon"
- $t curl -s -o $(APP)/src/xfl_lexer.xrl https://raw.githubusercontent.com/hypernumbers/hypernumbers/master/lib/formula_engine-1.0/priv/xfl_lexer.xrl
- $t curl -s -o $(APP)/src/errvals.hrl https://raw.githubusercontent.com/hypernumbers/hypernumbers/master/lib/hypernumbers-1.0/include/errvals.hrl
- $t curl -s -o $(APP)/src/muin_proc_dict.hrl https://raw.githubusercontent.com/hypernumbers/hypernumbers/master/lib/hypernumbers-1.0/include/muin_proc_dict.hrl
- $t curl -s -o $(APP)/src/muin_records.hrl https://raw.githubusercontent.com/hypernumbers/hypernumbers/master/lib/hypernumbers-1.0/include/muin_records.hrl
- $t curl -s -o $(APP)/src/typechecks.hrl https://raw.githubusercontent.com/hypernumbers/hypernumbers/master/lib/hypernumbers-1.0/include/typechecks.hrl
+ $t curl -s -o $(APP)/src/xfl_lexer.xrl https://raw.githubusercontent.com/essen/hypernumbers/master/lib/formula_engine-1.0/priv/xfl_lexer.xrl
+ $t curl -s -o $(APP)/src/errvals.hrl https://raw.githubusercontent.com/essen/hypernumbers/master/lib/hypernumbers-1.0/include/errvals.hrl
+ $t curl -s -o $(APP)/src/muin_proc_dict.hrl https://raw.githubusercontent.com/essen/hypernumbers/master/lib/hypernumbers-1.0/include/muin_proc_dict.hrl
+ $t curl -s -o $(APP)/src/muin_records.hrl https://raw.githubusercontent.com/essen/hypernumbers/master/lib/hypernumbers-1.0/include/muin_records.hrl
+ $t curl -s -o $(APP)/src/typechecks.hrl https://raw.githubusercontent.com/essen/hypernumbers/master/lib/hypernumbers-1.0/include/typechecks.hrl
$i "Generate unrelated .erl files"
$t echo "-module(boy)." > $(APP)/src/boy.erl