Browse Source

knxd: bump new version

Signed-off-by: Othmar Truniger <github@truniger.ch>
Othmar Truniger 9 years ago
parent
commit
3ccbb9e011
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      net/knxd/Makefile

+ 3
- 3
net/knxd/Makefile View File

@@ -1,5 +1,5 @@
1 1
 #
2
-# Copyright (C) 2008-2015 OpenWrt.org
2
+# Copyright (C) 2008-2016 OpenWrt.org
3 3
 #
4 4
 # This is free software, licensed under the GNU General Public License v2.
5 5
 # See /LICENSE for more information.
@@ -11,12 +11,12 @@
11 11
 include $(TOPDIR)/rules.mk
12 12
 
13 13
 PKG_NAME:=knxd
14
-PKG_VERSION=2015-12-27-$(PKG_SOURCE_VERSION)
14
+PKG_VERSION=2016-01-01-$(PKG_SOURCE_VERSION)
15 15
 PKG_RELEASE:=1
16 16
 
17 17
 PKG_SOURCE_PROTO:=git
18 18
 PKG_SOURCE_URL:=https://github.com/knxd/knxd.git
19
-PKG_SOURCE_VERSION:=b978e9ee57611b77932588e81a8e2c61a414367c
19
+PKG_SOURCE_VERSION:=0cca354494310c8700e95692d5e09c80f6b57085
20 20
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)
21 21
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz
22 22