diff options
author | sbyx <steven@midlink.org> | 2014-10-01 20:07:17 +0200 |
---|---|---|
committer | sbyx <steven@midlink.org> | 2014-10-01 20:07:17 +0200 |
commit | 6ef407977720d52517c499043f40008a714fe25a (patch) | |
tree | 25501bcbcfe2bf3b22714085332eecc6d91db4ca /net | |
parent | 9dc8451107e150ee2df5424837aefd0250a6ff03 (diff) | |
parent | d0bc38b904ea551287338b689f4df045710a62a9 (diff) |
Merge pull request #388 from br101/master
horst: Update to version 4.2
Diffstat (limited to 'net')
-rw-r--r-- | net/horst/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/horst/Makefile b/net/horst/Makefile index 116e68146..29e279a2d 100644 --- a/net/horst/Makefile +++ b/net/horst/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=horst -PKG_VERSION:=4.1 +PKG_VERSION:=4.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-git.tar.gz |