aboutsummaryrefslogtreecommitdiff
path: root/lang/luasec/Makefile
diff options
context:
space:
mode:
authorW. Michael Petullo <mike@flyn.org>2019-04-27 23:22:12 -0400
committerW. Michael Petullo <mike@flyn.org>2019-04-27 23:22:12 -0400
commitd9c2669fc05040d028c716a58ae927464e1e736f (patch)
treede26597bd6a77a76fd4bf112de365c8006b08525 /lang/luasec/Makefile
parent2eb46edaa48d2ad9f39aaeb9801ded2bb75eaa86 (diff)
luasec: update to 0.8
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Diffstat (limited to 'lang/luasec/Makefile')
-rw-r--r--lang/luasec/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/luasec/Makefile b/lang/luasec/Makefile
index 621cb7af6..e6867aeee 100644
--- a/lang/luasec/Makefile
+++ b/lang/luasec/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=luasec
-PKG_VERSION:=0.7
-PKG_RELEASE:=3
+PKG_VERSION:=0.8
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/brunoos/luasec/tar.gz/luasec-$(PKG_VERSION)?
-PKG_HASH:=2176e95b1d2a72a3235ede5d2aa9838050feee55dade8fdbde4be7fdc66f3a31
+PKG_HASH:=80ef0f41e146c4c4914c910c992043e46f284b134574061556f040ac738f7d27
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_NAME)-$(PKG_VERSION)
MAINTAINER:=W. Michael Petullo <mike@flyn.org>