summaryrefslogtreecommitdiffstats
path: root/install-deps.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install-deps.sh')
-rwxr-xr-xinstall-deps.sh6
1 files changed, 3 insertions, 3 deletions
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"