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 <karlp@tweak.net.au>
This commit is contained in:
parent
3aa2dbc441
commit
bc5d02e242
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue