neon: update to 0.32.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
1214587d5d
commit
052b96c1c3
2 changed files with 3 additions and 3 deletions
|
@ -8,12 +8,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=neon
|
||||
PKG_VERSION:=0.32.1
|
||||
PKG_VERSION:=0.32.4
|
||||
PKG_RELEASE:=$(AUTORELEASE)
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://notroj.github.io/neon
|
||||
PKG_HASH:=05c54bc115030c89e463a4fb28d3a3f8215879528ba5ca70d676d3d21bf3af52
|
||||
PKG_HASH:=b1e2120e4ae07df952c4a858731619733115c5f438965de4fab41d6bf7e7a508
|
||||
|
||||
PKG_MAINTAINER:=Federico Di Marco <fededim@gmail.com>
|
||||
PKG_LICENSE:=LGPL-2.1-or-later
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
GCOV = gcov
|
||||
XGETTEXT_OPTS = --keyword=_ --keyword=N_ --msgid-bugs-address=neon@lists.manyfish.co.uk \
|
||||
--default-domain=neon --flag ne_print_request_header:3:c-format \
|
||||
@@ -149,7 +149,7 @@ install-memleak:
|
||||
@@ -148,7 +148,7 @@ install-memleak:
|
||||
@echo "ERROR: purposes only; this copy of neon must not be installed."
|
||||
@false
|
||||
|
||||
|
|
Loading…
Reference in a new issue