coova-chili: Fix version
Upstream was sloppy when cutting the release. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
40a7b4ec35
commit
df20377ee9
2 changed files with 12 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=coova-chilli
|
PKG_NAME:=coova-chilli
|
||||||
PKG_VERSION:=1.5
|
PKG_VERSION:=1.5
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/coova/coova-chilli/tar.gz/$(PKG_VERSION)?
|
PKG_SOURCE_URL:=https://codeload.github.com/coova/coova-chilli/tar.gz/$(PKG_VERSION)?
|
||||||
|
|
11
net/coova-chilli/patches/400-fix-version.patch
Normal file
11
net/coova-chilli/patches/400-fix-version.patch
Normal file
|
@ -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
|
Loading…
Reference in a new issue