summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--open-source-lorries/fail2ban.lorry6
-rw-r--r--open-source-lorries/ncurses.lorry2
-rw-r--r--open-source-lorries/pyinotify.lorry6
3 files changed, 13 insertions, 1 deletions
diff --git a/open-source-lorries/fail2ban.lorry b/open-source-lorries/fail2ban.lorry
new file mode 100644
index 0000000..73239ea
--- /dev/null
+++ b/open-source-lorries/fail2ban.lorry
@@ -0,0 +1,6 @@
+{
+ "fail2ban": {
+ "type": "git",
+ "url": "git://github.com/fail2ban/fail2ban.git"
+ }
+}
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"
}
}
diff --git a/open-source-lorries/pyinotify.lorry b/open-source-lorries/pyinotify.lorry
new file mode 100644
index 0000000..9e9a27a
--- /dev/null
+++ b/open-source-lorries/pyinotify.lorry
@@ -0,0 +1,6 @@
+{
+ "pyinotify": {
+ "type": "git",
+ "url": "git://github.com/seb-m/pyinotify.git"
+ }
+}