Browse Source

knxd: bump to upstream version 0.14.52

Signed-off-by: Othmar Truniger <github@truniger.ch>
lilik-openwrt-22.03
Othmar Truniger 3 years ago
committed by Rosen Penev
parent
commit
f2f4649783
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      net/knxd/Makefile
  2. +1
    -1
      net/knxd/patches/0100-version.patch

+ 2
- 2
net/knxd/Makefile View File

@ -11,12 +11,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=knxd
PKG_VERSION:=0.14.51
PKG_VERSION:=0.14.52
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:=c8378bc6f671a5ab75edb51b23e839ee1adcdd00b372314ca9d2bdcd37fb70fb
PKG_HASH:=15a3593970f530787ffb70c8bd53db924e61b3b5113fe05382eb2d0b0038859e
PKG_MAINTAINER:=Othmar Truniger <github@truniger.ch>
PKG_LICENSE:=GPL-2.0-or-later


+ 1
- 1
net/knxd/patches/0100-version.patch View File

@ -7,4 +7,4 @@
-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.51"
+echo -n "0.14.52"

Loading…
Cancel
Save