diff options
author | Tiago Gomes <tiago.gomes@codethink.co.uk> | 2015-02-09 10:48:59 +0000 |
---|---|---|
committer | Tiago Gomes <tiago.gomes@codethink.co.uk> | 2015-02-09 10:48:59 +0000 |
commit | 0616a9189f779aa19c01a31e74454b4ca4bfe38b (patch) | |
tree | ee25a235f9e0e0a52456098accba03d9b2bbe601 /open-source-lorries | |
parent | 7f793edb9d61157b8c9476e94ac2874be71b5bbf (diff) | |
download | lorries-0616a9189f779aa19c01a31e74454b4ca4bfe38b.tar.gz |
Update ncurses download URLbaserock/tiagogomes/ncurses
This new tarball contains the necessary machinery to build on aarch64.
Diffstat (limited to 'open-source-lorries')
-rw-r--r-- | open-source-lorries/ncurses.lorry | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/open-source-lorries/ncurses.lorry b/open-source-lorries/ncurses.lorry index 631093c..310205a 100644 --- a/open-source-lorries/ncurses.lorry +++ b/open-source-lorries/ncurses.lorry @@ -1,6 +1,6 @@ { "ncurses": { "type": "tarball", - "url": "http://ftp.gnu.org/gnu/ncurses/ncurses-5.9.tar.gz" + "url": "ftp://invisible-island.net/ncurses/current/ncurses-5.9-20150131.tgz" } } |