summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-23 11:05:26 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-23 11:05:26 +0100
commite57b3d880033c6acd9350141d08bda1de136daf5 (patch)
treed889e2376d12a88c425831daf28265ad10afb312
parentf5a29116888e761ac8de0cf54d3cce96d1c57b2d (diff)
downloadlorry-e57b3d880033c6acd9350141d08bda1de136daf5.tar.gz
lorries: Use tarball for linux-pam
Should avoid docbook dependency in an easier way
-rw-r--r--lorries/linux-pam.lorry6
1 files changed, 4 insertions, 2 deletions
diff --git a/lorries/linux-pam.lorry b/lorries/linux-pam.lorry
index e1a3f63..52e2f77 100644
--- a/lorries/linux-pam.lorry
+++ b/lorries/linux-pam.lorry
@@ -1,6 +1,8 @@
{
"linux-pam": {
- "type": "git",
- "url": "git://git.fedorahosted.org/linux-pam"
+ "type": "tarball",
+ "compression": "bzip2",
+ "strip": 1,
+ "url": "https://fedorahosted.org/releases/l/i/linux-pam/Linux-PAM-1.1.5.tar.bz2"
}
}