summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--open-source-lorries/gdbm-tarball.lorry8
-rw-r--r--open-source-lorries/sqlite3.lorry2
-rw-r--r--open-source-lorries/texinfo-tarball.lorry4
3 files changed, 11 insertions, 3 deletions
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"
+ }
+}
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"
}
}
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"
}
}