Browse Source

ibrdtnd: Updated to 1.0.1

Signed-off-by: Johannes Morgenroth <jm@m-network.de>
Johannes Morgenroth 9 years ago
parent
commit
c9f59276bf
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      net/ibrdtnd/Makefile

+ 3
- 3
net/ibrdtnd/Makefile View File

1
 #
1
 #
2
-# Copyright (C) 2014 OpenWrt.org
2
+# Copyright (C) 2015 OpenWrt.org
3
 #
3
 #
4
 # This is free software, licensed under the GNU General Public License v2.
4
 # This is free software, licensed under the GNU General Public License v2.
5
 # See /LICENSE for more information.
5
 # See /LICENSE for more information.
8
 include $(TOPDIR)/rules.mk
8
 include $(TOPDIR)/rules.mk
9
 
9
 
10
 PKG_NAME:=ibrdtnd
10
 PKG_NAME:=ibrdtnd
11
-PKG_VERSION:=1.0.0
11
+PKG_VERSION:=1.0.1
12
 PKG_RELEASE:=1
12
 PKG_RELEASE:=1
13
 
13
 
14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15
 PKG_SOURCE_URL:=http://www.ibr.cs.tu-bs.de/projects/ibr-dtn/releases
15
 PKG_SOURCE_URL:=http://www.ibr.cs.tu-bs.de/projects/ibr-dtn/releases
16
-PKG_MD5SUM:=7fd48b2eec5058fa15f6977afd4e8dab
16
+PKG_MD5SUM:=933d37bf777700a6e1709d0f7a129613
17
 PKG_MAINTAINER:=Johannes Morgenroth <jm@m-network.de>
17
 PKG_MAINTAINER:=Johannes Morgenroth <jm@m-network.de>
18
 PKG_LICENSE:=Apache-2.0
18
 PKG_LICENSE:=Apache-2.0
19
 
19