Commit 4c263fbc authored by Kwabena AB's avatar Kwabena AB

Change download url as gnu.org is down

parent 2624123c
...@@ -7,7 +7,7 @@ parts = ...@@ -7,7 +7,7 @@ parts =
[ncurses] [ncurses]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = ftp://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.0.tar.gz url = https://invisible-mirror.net/archives/ncurses/ncurses-6.0.tar.gz
md5sum = ee13d052e1ead260d7c28071f46eefb1 md5sum = ee13d052e1ead260d7c28071f46eefb1
patch-options = -p1 patch-options = -p1
patches = patches =
...@@ -38,4 +38,4 @@ environment = ...@@ -38,4 +38,4 @@ environment =
LDCONFIG=/bin/echo LDCONFIG=/bin/echo
PATH=${patch:location}/bin:%(PATH)s PATH=${patch:location}/bin:%(PATH)s
make-options = make-options =
-j2 -j1
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment