knxd: pumb to upstream version 0.14.51
Signed-off-by: Othmar Truniger <github@truniger.ch>
This commit is contained in:
parent
48bf0f8e81
commit
55711c25ee
2 changed files with 6 additions and 5 deletions
|
@ -11,12 +11,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=knxd
|
PKG_NAME:=knxd
|
||||||
PKG_VERSION:=0.14.50
|
PKG_VERSION:=0.14.51
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/knxd/knxd/tar.gz/$(PKG_VERSION)?
|
PKG_SOURCE_URL:=https://codeload.github.com/knxd/knxd/tar.gz/$(PKG_VERSION)?
|
||||||
PKG_HASH:=c9189dc0b05b208b06be311d2792ce11092aee8d51d04083568ae49bd10b7cd8
|
PKG_HASH:=c8378bc6f671a5ab75edb51b23e839ee1adcdd00b372314ca9d2bdcd37fb70fb
|
||||||
|
|
||||||
PKG_MAINTAINER:=Othmar Truniger <github@truniger.ch>
|
PKG_MAINTAINER:=Othmar Truniger <github@truniger.ch>
|
||||||
PKG_LICENSE:=GPL-2.0-or-later
|
PKG_LICENSE:=GPL-2.0-or-later
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
--- a/tools/version.sh
|
--- a/tools/version.sh
|
||||||
+++ b/tools/version.sh
|
+++ b/tools/version.sh
|
||||||
@@ -1,5 +1,3 @@
|
@@ -7,6 +7,4 @@ if test -s debian/changelog ; then
|
||||||
#!/bin/sh
|
exit
|
||||||
|
fi
|
||||||
|
|
||||||
-test -d .git || exit
|
-test -d .git || exit
|
||||||
-# git describe --tags
|
-# git describe --tags
|
||||||
-git log --format=format:%D | perl -ne 'next unless s#.*tag: ##; s#,.*##; next if m#/#; print; exit;'
|
-git log --format=format:%D | perl -ne 'next unless s#.*tag: ##; s#,.*##; next if m#/#; print; exit;'
|
||||||
+echo -n "0.14.50"
|
+echo -n "0.14.51"
|
||||||
|
|
Loading…
Reference in a new issue