Commit 55888f9f authored by Kwabena AB's avatar Kwabena AB

Download ncurses 6.1 instead of 6.0

parent 01ffe529
...@@ -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 = https://invisible-mirror.net/archives/ncurses/ncurses-6.0.tar.gz url = https://invisible-mirror.net/archives/ncurses/ncurses-6.1.tar.gz
md5sum = ee13d052e1ead260d7c28071f46eefb1 md5sum = ee13d052e1ead260d7c28071f46eefb1
patch-options = -p1 patch-options = -p1
patches = patches =
...@@ -22,6 +22,7 @@ configure-options = ...@@ -22,6 +22,7 @@ configure-options =
--without-debug --without-debug
--without-gpm --without-gpm
--enable-rpath --enable-rpath
--without-progs
--enable-const --enable-const
--enable-sigwinch --enable-sigwinch
--enable-wgetch-events --enable-wgetch-events
......
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