From bc5d02e242f28c3cde66b7857a9f2564234df422 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Thu, 19 Nov 2020 21:11:18 +0000 Subject: [PATCH] pagekitec: update to latest Fixes for status files not being written, seen on OpenWrt Fixes for compiler warnings, seen on OpenWrt Full changelog: https://github.com/pagekite/libpagekite/compare/v0.91.200718...v0.91.201110 Signed-off-by: Karl Palsson --- net/pagekitec/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/pagekitec/Makefile b/net/pagekitec/Makefile index 42d68b2fa7..a31a701b49 100644 --- a/net/pagekitec/Makefile +++ b/net/pagekitec/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pagekitec -PKG_REV:=0.91.200718 +PKG_REV:=0.91.201110 PKG_VERSION:=$(PKG_REV)C PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_MIRROR_HASH:=62b0150caa93cacbac920b683e863ff10f351050b0124724cab653396cb494b9 +PKG_MIRROR_HASH:=101f5a913f0bbb0c06b0799a5020988a7eeb108a4fcd1a45697538cf51caee2e PKG_SOURCE_URL:=https://github.com/pagekite/libpagekite.git PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=v$(PKG_REV)