From 899c3c31654667f8ad1a5b76f09b74eb840ede56 Mon Sep 17 00:00:00 2001 From: Ansuel Smith Date: Sun, 8 Jul 2018 20:30:01 +0200 Subject: [PATCH] uwsgi-cgi: bump to latest release Signed-off-by: Ansuel Smith --- net/uwsgi-cgi/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/net/uwsgi-cgi/Makefile b/net/uwsgi-cgi/Makefile index 6d3804165..b02c1c8f7 100644 --- a/net/uwsgi-cgi/Makefile +++ b/net/uwsgi-cgi/Makefile @@ -1,14 +1,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uwsgi-cgi -PKG_VERSION:=2.0.17 -PKG_RELEASE:=5 +PKG_VERSION:=2.0.17.1 +PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/unbit/uwsgi -PKG_SOURCE_DATE:=2018-02-26 -PKG_SOURCE_VERSION:=50ffc6b28a7a84e273fb2b79c8d657b45887fe87 -PKG_MIRROR_HASH:=7ffb9b361ff5dae5268181b8eabfbc56e5a5cf2c9a4439a728c115749de97001 +PKG_SOURCE_DATE:=2018-07-08 +PKG_SOURCE_VERSION:=4b3e9621c0a3eb2aacf937b8e84e67b23b20490b +PKG_MIRROR_HASH:=a843909ad5e8c36b86392d99c8bd411a84c14ad51993ba63638180212c7819e2 PKG_LICENSE:=GPL2 + linking exception PKG_LICENSE_FILES:=LICENSE @@ -57,4 +57,4 @@ define Package/uwsgi-cgi-luci-support/install endef $(eval $(call BuildPackage,uwsgi-cgi)) -$(eval $(call BuildPackage,uwsgi-cgi-luci-support)) \ No newline at end of file +$(eval $(call BuildPackage,uwsgi-cgi-luci-support))