mirror of
https://github.com/openwrt/packages.git
synced 2026-02-04 12:06:29 +08:00
knxd: bump to version 0.14.75
new upstream version 0.14.75 remove obsolete patch 0110-configure.ac.patch Signed-off-by: Othmar Truniger <github@truniger.ch>
This commit is contained in:
committed by
Hannu Nyman
parent
64e9681a10
commit
b2146d5952
@@ -11,12 +11,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=knxd
|
||||
PKG_VERSION:=0.14.71
|
||||
PKG_RELEASE:=2
|
||||
PKG_VERSION:=0.14.75
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/knxd/knxd/tar.gz/$(PKG_VERSION)?
|
||||
PKG_HASH:=42bae5bdb8d4fe1e0fa83db60e6b5df00a665a240139b50dd60c97dd8be8277b
|
||||
PKG_HASH:=9d326bb0b8c16d49805c74ed3b25dd8ba0dfcc50e38797ac6037cd42191cecad
|
||||
|
||||
PKG_MAINTAINER:=Othmar Truniger <github@truniger.ch>
|
||||
PKG_LICENSE:=GPL-2.0-or-later
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
--- a/tools/version.sh
|
||||
+++ b/tools/version.sh
|
||||
@@ -7,6 +7,4 @@ if test -s debian/changelog ; then
|
||||
@@ -7,6 +7,4 @@ if test -s debian/changelog && which dpk
|
||||
exit
|
||||
fi
|
||||
|
||||
-test -d .git || exit
|
||||
-# git describe --tags
|
||||
-git log --format=format:%D | perl -ne 'next unless s#.*tag: ##; s#,.*##; next if m#/#; print; exit;'
|
||||
+echo -n "0.14.71"
|
||||
+echo -n "0.14.75"
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -23,7 +23,7 @@ dnl ## OUT OF THE USE OF THIS SOFTWAR
|
||||
dnl ## SUCH DAMAGE.
|
||||
|
||||
|
||||
-AC_PREREQ([2.72])
|
||||
+AC_PREREQ([2.71])
|
||||
LT_PREREQ([2.2.0])
|
||||
|
||||
AC_INIT([knxd],m4_esyscmd(sh -c "./tools/version.sh | tr -d '\n'"))
|
||||
Reference in New Issue
Block a user