From 7acfe472075bbf07cd3bb8fe83b45095715e46df Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Tue, 3 Feb 2015 09:39:44 +0000 Subject: sqlite3: update download URL to newer tarball --- open-source-lorries/sqlite3.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open-source-lorries/sqlite3.lorry b/open-source-lorries/sqlite3.lorry index a7d10ed..92bf72a 100644 --- a/open-source-lorries/sqlite3.lorry +++ b/open-source-lorries/sqlite3.lorry @@ -3,6 +3,6 @@ "type": "tarball", "compression": "gzip", "strip": 1, - "url": "http://sqlite.org/sqlite-autoconf-3071300.tar.gz" + "url": "http://www.sqlite.org/2015/sqlite-autoconf-3080801.tar.gz" } } -- cgit v1.2.1 From 256c477bc67dbc56af5764b78fefea03ad3345ee Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Tue, 3 Feb 2015 09:40:03 +0000 Subject: texinfo: update download URL to newer tarball --- open-source-lorries/texinfo-tarball.lorry | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/open-source-lorries/texinfo-tarball.lorry b/open-source-lorries/texinfo-tarball.lorry index 6810190..5477831 100644 --- a/open-source-lorries/texinfo-tarball.lorry +++ b/open-source-lorries/texinfo-tarball.lorry @@ -1,8 +1,8 @@ { "texinfo-tarball": { "type": "tarball", - "compression": "lzma", + "compression": "xz", "strip": 1, - "url": "http://ftp.gnu.org/gnu/texinfo/texinfo-4.13a.tar.lzma" + "url": "http://ftp.gnu.org/gnu/texinfo/texinfo-5.2.tar.xz" } } -- cgit v1.2.1 From 1bf83e7f53c16ba3e444ae004e3d07591b93ede0 Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Tue, 3 Feb 2015 09:41:28 +0000 Subject: Add a tarball based lorry for gdbm Although there is a git repo, we are building gdbm from tarballs. --- open-source-lorries/gdbm-tarball.lorry | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 open-source-lorries/gdbm-tarball.lorry diff --git a/open-source-lorries/gdbm-tarball.lorry b/open-source-lorries/gdbm-tarball.lorry new file mode 100644 index 0000000..49ecb2f --- /dev/null +++ b/open-source-lorries/gdbm-tarball.lorry @@ -0,0 +1,8 @@ +{ + "gdbm-tarball": { + "type": "tarball", + "compression": "gzip", + "strip": 1, + "url": "ftp://ftp.gnu.org/gnu/gdbm/gdbm-1.11.tar.gz" + } +} -- cgit v1.2.1