mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
knxd: bump to version 0.14.65
Signed-off-by: Othmar Truniger <github@truniger.ch>
This commit is contained in:
committed by
Rosen Penev
parent
27e7c37ddb
commit
339e3bfd22
@@ -11,12 +11,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=knxd
|
||||
PKG_VERSION:=0.14.63
|
||||
PKG_VERSION:=0.14.65
|
||||
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:=02117be61f720f8b41f5cdbd9a18b29bb117808ddeef775c7c011f9d8898c4b3
|
||||
PKG_HASH:=b9d98898004fc19803077c821f8b73dea94825843845d6edd29b73590cfdcc4c
|
||||
|
||||
PKG_MAINTAINER:=Othmar Truniger <github@truniger.ch>
|
||||
PKG_LICENSE:=GPL-2.0-or-later
|
||||
|
||||
@@ -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.63"
|
||||
+echo -n "0.14.65"
|
||||
|
||||
Reference in New Issue
Block a user