diff options
| author | Steven Barth | 2014-06-12 19:51:58 +0000 |
|---|---|---|
| committer | Steven Barth | 2014-06-12 19:51:58 +0000 |
| commit | cf4f284e002038a83f323a80cec3e261abd7715a (patch) | |
| tree | ad0c7ed1021cad4c973b0f2127e1ff332ab6550d | |
| parent | 978118be72fca132ab6f7b127e0f311242b11561 (diff) | |
| download | routing-cf4f284e002038a83f323a80cec3e261abd7715a.tar.gz | |
hnetd: various bugfixes (incl. convergence failure fix)
| -rw-r--r-- | hnetd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hnetd/Makefile b/hnetd/Makefile index a263084..4b6fca6 100644 --- a/hnetd/Makefile +++ b/hnetd/Makefile @@ -7,8 +7,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hnetd -PKG_SOURCE_VERSION:=347d9f5f9f438c0a7e2ab4ae3666b2b936234c6f -PKG_VERSION:=2014-06-11-$(PKG_SOURCE_VERSION) +PKG_SOURCE_VERSION:=ee10da8c7bf6a79b14f60ca697592501e520d4bb +PKG_VERSION:=2014-06-12-$(PKG_SOURCE_VERSION) PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git |