From 853076c80306853e28fbb2a5f9c6a54d8abca9fd Mon Sep 17 00:00:00 2001 From: Kaarle Ritvanen Date: Wed, 31 Oct 2018 14:49:25 +0200 Subject: switch to Lua 5.3 --- install-deps.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'install-deps.sh') diff --git a/install-deps.sh b/install-deps.sh index 589a5c3..5e95e5c 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -1,10 +1,10 @@ #!/bin/sh -# Copyright (c) 2012-2015 Kaarle Ritvanen +# Copyright (c) 2012-2018 Kaarle Ritvanen # See LICENSE file for license details -PACKAGES="lua5.2-augeas lua5.2-b64 lua5.2-cjson lua5.2-crypto lua5.2-file-magic - lua5.2-openrc lua5.2-posix lua5.2-stringy uwsgi uwsgi-lua" +PACKAGES="lua5.3-augeas lua5.3-b64 lua5.3-cjson lua5.3-file-magic lua5.3-openrc + lua5.3-ossl lua5.3-posix lua5.3-stringy uwsgi uwsgi-lua" [ "$1" = -d ] && PACKAGES="$PACKAGES bash curl ldoc" -- cgit v1.2.3