diff options
author | Phil Sutter <phil@nwl.cc> | 2009-08-31 22:19:56 +0200 |
---|---|---|
committer | Phil Sutter <phil@nwl.cc> | 2009-08-31 22:19:56 +0200 |
commit | 98ee37a938e76d66cd683d66e41eb4df45bf886f (patch) | |
tree | f9cb1816d9732a100827e5b954319e0ec15e9d8f /package/maradns/Makefile | |
parent | 6d3405b4161a9cf5f1e16ebeb8426dadb48dbe71 (diff) |
maradns: update to 1.3.07.09
As easy as eatin' pancakes ;)
Diffstat (limited to 'package/maradns/Makefile')
-rw-r--r-- | package/maradns/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/maradns/Makefile b/package/maradns/Makefile index 2b183195b..174e60ccc 100644 --- a/package/maradns/Makefile +++ b/package/maradns/Makefile @@ -4,14 +4,14 @@ include ${TOPDIR}/rules.mk PKG_NAME:= maradns -PKG_VERSION:= 1.0.41 +PKG_VERSION:= 1.3.07.09 PKG_RELEASE:= 1 -PKG_MD5SUM:= 9abc13da25c1103d788ee9def1c8e764 +PKG_MD5SUM:= 1d221438fb4d9317263555262b9c652c PKG_DESCR:= small and secure DNS server PKG_SECTION:= net PKG_DEPENDS:= libpthread PKG_URL:= http://www.maradns.org -PKG_SITES:= http://www.maradns.org/download/1.0/ +PKG_SITES:= http://www.maradns.org/download/1.3/${PKG_VERSION}/ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2 |