diff options
| author | Steven Barth | 2014-06-15 23:49:53 +0000 |
|---|---|---|
| committer | Steven Barth | 2014-06-15 23:50:12 +0000 |
| commit | f570e704adc981174090068b52d26bbc621095ec (patch) | |
| tree | 85b6071ad72a49bc10430b9feb71e2b539515270 | |
| parent | 52cf3b08e525f7539bdf5179c0b5773ce000902f (diff) | |
| download | routing-f570e704adc981174090068b52d26bbc621095ec.tar.gz | |
hnetd: add correct per-link FQDNs
| -rw-r--r-- | hnetd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hnetd/Makefile b/hnetd/Makefile index 6b5c322..7e099ac 100644 --- a/hnetd/Makefile +++ b/hnetd/Makefile @@ -7,8 +7,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hnetd -PKG_SOURCE_VERSION:=232f49e5b861f1af98543457ab9a76d3b339a035 -PKG_VERSION:=2014-06-13-$(PKG_SOURCE_VERSION) +PKG_SOURCE_VERSION:=5f32e3505d64a1c7d42c41a3aed01f2b641aa660 +PKG_VERSION:=2014-06-15-$(PKG_SOURCE_VERSION) PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git |