diff options
author | Steven Barth <steven@midlink.org> | 2008-07-17 21:58:53 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-07-17 21:58:53 +0000 |
commit | d9bcb87608c8b2f828454c6318b37aaf0271544c (patch) | |
tree | a23a4bdf7d2bd28273b6910b2ec27d4831a9f399 /contrib/luaposix/Makefile | |
parent | fce0b845018c80410fc315a8046588709ac2861e (diff) |
contrib/luaposix: Updated to 5.1.3
Diffstat (limited to 'contrib/luaposix/Makefile')
-rw-r--r-- | contrib/luaposix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/luaposix/Makefile b/contrib/luaposix/Makefile index c357f5d2c..a72db3cb6 100644 --- a/contrib/luaposix/Makefile +++ b/contrib/luaposix/Makefile @@ -1,8 +1,8 @@ include ../../build/config.mk include ../../build/gccconfig.mk -LUAPOSIX_VERSION = 5.1.2 -LUAPOSIX_SITE = http://luaforge.net/frs/download.php/3063/ +LUAPOSIX_VERSION = 5.1.3 +LUAPOSIX_SITE = http://luaforge.net/frs/download.php/3449/ LUAPOSIX_DIR = luaposix-$(LUAPOSIX_VERSION) LUAPOSIX_FILE = $(LUAPOSIX_DIR).tar.gz LUAPOSIX_URL = $(LUAPOSIX_SITE)/$(LUAPOSIX_FILE) |