diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2017-02-10 09:30:57 +0100 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2017-02-10 09:31:09 +0100 |
commit | b408a80e9339db9577a9330e8f721a6608544ec1 (patch) | |
tree | f2b9fe2e665fb7bab21da73f6318907d6bb46bc0 | |
parent | e456ecf9a50d234bc20a82445f59f840dfdaaf84 (diff) |
vallumd: bump to 0.1.3
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
-rw-r--r-- | net/vallumd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/vallumd/Makefile b/net/vallumd/Makefile index d81d7b8e9..37e34ee6e 100644 --- a/net/vallumd/Makefile +++ b/net/vallumd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=vallumd -PKG_VERSION:=0.1.2 +PKG_VERSION:=0.1.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/stintel/vallumd/archive/$(PKG_VERSION)/ -PKG_MD5SUM:=d48df2ca8043d4eec4787bec2bba5dbb87d7a8325ac3b136c05dcd1a48d81ae4 +PKG_MD5SUM:=b40bede34ea321daf799276111e0e804007dc7c10eb031a0a654982957dcfb25 PKG_LICENSE:=GPL-3.0 PKG_LICENSE_FILES:=COPYING |