diff options
author | Johannes Morgenroth <jm@m-network.de> | 2015-01-10 15:26:37 +0100 |
---|---|---|
committer | Johannes Morgenroth <jm@m-network.de> | 2015-01-10 15:27:57 +0100 |
commit | b61a1bea312703dc966f909113ac77e9f43abfc4 (patch) | |
tree | 986e8213f8918906999663ffa6b74919d080f1be /libs/ibrcommon/Makefile | |
parent | 387ec8dbe85c9d8f109dc3fbfd142ea9d47cfd35 (diff) |
ibrcommon: Updated to 1.0.0
Signed-off-by: Johannes Morgenroth <jm@m-network.de>
Diffstat (limited to 'libs/ibrcommon/Makefile')
-rw-r--r-- | libs/ibrcommon/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/ibrcommon/Makefile b/libs/ibrcommon/Makefile index 6fb746518..c574147ca 100644 --- a/libs/ibrcommon/Makefile +++ b/libs/ibrcommon/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ibrcommon -PKG_VERSION:=0.12.1 +PKG_VERSION:=1.0.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.ibr.cs.tu-bs.de/projects/ibr-dtn/releases -PKG_MD5SUM:=45681f48138bbbbd17384d25dc91454a -PKG_MAINTAINER:=Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de> +PKG_MD5SUM:=c40e5c8e2ada746c6da7ab2c359c1575 +PKG_MAINTAINER:=Johannes Morgenroth <jm@m-network.de> PKG_LICENSE:=Apache-2.0 PKG_INSTALL:=1 |