coova-chili: Fix version
authorRosen Penev <rosenp@gmail.com>
Wed, 1 Jan 2020 05:12:13 +0000 (21:12 -0800)
committerRosen Penev <rosenp@gmail.com>
Wed, 1 Jan 2020 05:12:13 +0000 (21:12 -0800)
Upstream was sloppy when cutting the release.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
net/coova-chilli/Makefile
net/coova-chilli/patches/400-fix-version.patch [new file with mode: 0644]

index 5a284874a176ba180c148a7c533661afe8aa1488..04ec18b7053296f3a11012afb1e8b7ca76a922c5 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=coova-chilli
 PKG_VERSION:=1.5
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/coova/coova-chilli/tar.gz/$(PKG_VERSION)?
diff --git a/net/coova-chilli/patches/400-fix-version.patch b/net/coova-chilli/patches/400-fix-version.patch
new file mode 100644 (file)
index 0000000..1f1ef71
--- /dev/null
@@ -0,0 +1,11 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -2,7 +2,7 @@
+ # Process this file with autoconf to produce a configure script.
+ AC_PREREQ([2.59])
+-AC_INIT([coova-chilli],[1.4],[https://github.com/coova/coova-chilli/issues])
++AC_INIT([coova-chilli],[1.5],[https://github.com/coova/coova-chilli/issues])
+ AC_CONFIG_SRCDIR([src/chilli.c])
+ AM_INIT_AUTOMAKE