diff options
| author | Steven Barth | 2015-06-17 08:47:00 +0000 |
|---|---|---|
| committer | Steven Barth | 2015-06-17 09:13:29 +0000 |
| commit | 09beed4a4aa120f3f5a505c8763caa03510a0372 (patch) | |
| tree | bcf7b106e1cce5de98ce43232cc62767b1aebf74 | |
| parent | 2a636973ebddacbbe50dda8bb837bbc720e99a51 (diff) | |
| download | routing-09beed4a4aa120f3f5a505c8763caa03510a0372.tar.gz | |
hnetd: stability improvements
Signed-off-by: Steven Barth <steven@midlink.org>
| -rw-r--r-- | hnetd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hnetd/Makefile b/hnetd/Makefile index bc69dc8..ec29487 100644 --- a/hnetd/Makefile +++ b/hnetd/Makefile @@ -7,8 +7,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hnetd -PKG_SOURCE_VERSION:=161577ac28741f70794f67539d8994ff0fbd713e -PKG_VERSION:=2015-06-09-$(PKG_SOURCE_VERSION) +PKG_SOURCE_VERSION:=18ee17f3d18a4c0159e53e0716831bf2fbe506cd +PKG_VERSION:=2015-06-17-$(PKG_SOURCE_VERSION) PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git |