summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-02-03 11:27:21 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2015-02-03 11:29:23 +0000
commit82ea514a2dbbd74e049a1d2a089c7467ea7be695 (patch)
tree4a1bf340465193d4fb16fa253ac4dc56598b9b4f
parent8d864d7b8d2c43581fe821a25461a051f551955b (diff)
parent1bf83e7f53c16ba3e444ae004e3d07591b93ede0 (diff)
downloadlorries-82ea514a2dbbd74e049a1d2a089c7467ea7be695.tar.gz
Merge remote-tracking branch 'origin/baserock/tiagogomes/lorry-updates-v2'
Reviewed by * Sam Thursfield * Paul Sherwood
-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"
}
}