From 79c2781926056c36a49f7edf785d7696e7bd25ea Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Mon, 3 Jun 2019 12:05:55 +0000 Subject: [PATCH] net/pagekitec: Update to 20191211 version Pulls in various bugfixes from the last two years, including changes for openssl deprecation. Signed-off-by: Karl Palsson --- net/pagekitec/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/pagekitec/Makefile b/net/pagekitec/Makefile index 58a62b79c..bfbe1307c 100644 --- a/net/pagekitec/Makefile +++ b/net/pagekitec/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pagekitec -PKG_REV:=0.91.171102 +PKG_REV:=0.91.191211 PKG_VERSION:=$(PKG_REV)C -PKG_RELEASE:=2 +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:=9e04b979cff827974ec9e9708daf116867bf1268cdad7dff4ad585172123f6b5 +PKG_MIRROR_HASH:=2f560ae679775758b1b5e5f69cd4d82afa28339ee8ab6ee9e4af11daa6f8be77 PKG_SOURCE_URL:=https://github.com/pagekite/libpagekite.git PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=v$(PKG_REV)