net/pagekitec: Update to 20191211 version
While outwardly a major update, this mainly pulls in fixes related to openssl verson changes that ensure this continues running on OpenWrt Signed-off-by: Karl Palsson <karlp@etactica.com>
This commit is contained in:
parent
a82cbd5846
commit
111e84674e
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue