[package] update maradns to 1.3.07.09 (#4920)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@15792 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-05-12 09:49:19 +00:00
parent 04775d951c
commit 33e81a7265

View File

@ -1,5 +1,5 @@
# #
# Copyright (C) 2006 OpenWrt.org # Copyright (C) 2006-2009 OpenWrt.org
# #
# This is free software, licensed under the GNU General Public License v2. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=maradns PKG_NAME:=maradns
PKG_VERSION:=1.3.07.08 PKG_VERSION:=1.3.07.09
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://www.maradns.org/download/1.3/$(PKG_VERSION)/ PKG_SOURCE_URL:=http://www.maradns.org/download/1.3/$(PKG_VERSION)/
PKG_MD5SUM:=d44d7e1309c7c05654e62b52c6ab6822 PKG_MD5SUM:=1d221438fb4d9317263555262b9c652c
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk