aboutsummaryrefslogtreecommitdiff
path: root/lang/luasec
diff options
context:
space:
mode:
authorW. Michael Petullo <mike@flyn.org>2015-12-30 19:23:25 -0500
committerW. Michael Petullo <mike@flyn.org>2015-12-30 19:23:25 -0500
commit3059512e9154b3828cb8cef9cdbf21d5643ec9f7 (patch)
tree583cbca0ceb8e6a2f56eb6690884a77ceadfe3a5 /lang/luasec
parent73eaea2b413858c3accf201502d35ebfe0479d30 (diff)
luasec: update to 0.5.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Diffstat (limited to 'lang/luasec')
-rw-r--r--lang/luasec/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/luasec/Makefile b/lang/luasec/Makefile
index 9ed69d245..6429b2d3e 100644
--- a/lang/luasec/Makefile
+++ b/lang/luasec/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=luasec
-PKG_VERSION:=0.5
+PKG_VERSION:=0.5.1
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/brunoos/luasec/archive/
-PKG_MD5SUM:=0518f4524f399f33424c6f450e1d06db
+PKG_MD5SUM:=e34e274a57e9045641191eb7398cce2a
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_NAME)-$(PKG_VERSION)
MAINTAINER:=W. Michael Petullo <mike@flyn.org>