diff options
author | Karl Palsson <karlp@etactica.com> | 2020-08-04 10:15:39 +0000 |
---|---|---|
committer | Karl Palsson <karlp@etactica.com> | 2020-08-05 16:35:17 +0000 |
commit | 5c4aad9518119d3acd07a702cd83a3720d47c98d (patch) | |
tree | c57b392a5f3ef3fa7bcce7356223497ca8a26bb5 /net | |
parent | cbca68b4f2bb15189b3560d9745ab33e5d5ee9f4 (diff) |
net/pagekitec: Update to v0.91.200718
This fixes misleading errors in the status file, and increases buffer
sizes to match the python implementation.
Signed-off-by: Karl Palsson <karlp@etactica.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/pagekitec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/pagekitec/Makefile b/net/pagekitec/Makefile index f20054f34..42d68b2fa 100644 --- a/net/pagekitec/Makefile +++ b/net/pagekitec/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pagekitec -PKG_REV:=0.91.200311 +PKG_REV:=0.91.200718 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:=3546e1b4b69eb8e4b914d2161cfaced8b6b81e0a978d95411bae25f3adea754f +PKG_MIRROR_HASH:=62b0150caa93cacbac920b683e863ff10f351050b0124724cab653396cb494b9 PKG_SOURCE_URL:=https://github.com/pagekite/libpagekite.git PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=v$(PKG_REV) |