diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-23 10:27:34 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-23 10:27:34 +0000 |
commit | d6741422761ea80b0091a14bf721f2ed4cf545f9 (patch) | |
tree | 3e40ca0e79c0d464bf5ceb5d2c02a0736628dfab /package/dhcp/Makefile | |
parent | 07fcb8f8928a88d27347b724e69960cc2a2767e3 (diff) | |
download | upstream-d6741422761ea80b0091a14bf721f2ed4cf545f9.tar.gz upstream-d6741422761ea80b0091a14bf721f2ed4cf545f9.tar.bz2 upstream-d6741422761ea80b0091a14bf721f2ed4cf545f9.zip |
update dhcp to new upstream release (v3.0.3)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2274 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/dhcp/Makefile')
-rw-r--r-- | package/dhcp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/dhcp/Makefile b/package/dhcp/Makefile index 8166e794d9..4914cc4ae5 100644 --- a/package/dhcp/Makefile +++ b/package/dhcp/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dhcp -PKG_VERSION:=3.0.2 +PKG_VERSION:=3.0.3 PKG_RELEASE:=1 -PKG_MD5SUM:=04800a111521e7442749b2ce883f962b +PKG_MD5SUM:=f91416a0b8ed3fd0601688cf0b7df58f PKG_SOURCE_URL:=ftp://ftp.isc.org/isc/dhcp/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |