summaryrefslogtreecommitdiff
path: root/cygwin/lighttpd.README
diff options
context:
space:
mode:
Diffstat (limited to 'cygwin/lighttpd.README')
-rw-r--r--cygwin/lighttpd.README10
1 files changed, 5 insertions, 5 deletions
diff --git a/cygwin/lighttpd.README b/cygwin/lighttpd.README
index 8fc9339..812c5c2 100644
--- a/cygwin/lighttpd.README
+++ b/cygwin/lighttpd.README
@@ -31,17 +31,17 @@ Canonical download:
------------------------------------
Build instructions:
- unpack lighttpd-1.4.18-<REL>-src.tar.bz2
+ unpack lighttpd-1.4.19-<REL>-src.tar.bz2
if you use setup to install this src package, it will be
unpacked under /usr/src automatically
cd /usr/src
- ./lighttpd-1.4.18-<REL>.sh all
+ ./lighttpd-1.4.19-<REL>.sh all
This will create:
- /usr/src/lighttpd-1.4.18-<REL>.tar.bz2
- /usr/src/lighttpd-1.4.18-<REL>-src.tar.bz2
+ /usr/src/lighttpd-1.4.19-<REL>.tar.bz2
+ /usr/src/lighttpd-1.4.19-<REL>-src.tar.bz2
-Or use './lighttpd-1.4.18-<REL>.sh prep' to get a patched source directory
+Or use './lighttpd-1.4.19-<REL>.sh prep' to get a patched source directory
-------------------------------------------