diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-05-08 17:32:38 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-05-08 17:32:38 +0200 |
commit | 2908f861b17767a685f297944f61fe92ef62d6aa (patch) | |
tree | 09cb8a81d47c28b864299782c663667147284d6f | |
parent | 7b5b452f50711e3bfbaf37c3ceed5a5941ec54c1 (diff) | |
download | nutyx-pakxe-2908f861b17767a685f297944f61fe92ef62d6aa.tar.gz nutyx-pakxe-2908f861b17767a685f297944f61fe92ef62d6aa.tar.bz2 nutyx-pakxe-2908f861b17767a685f297944f61fe92ef62d6aa.tar.xz nutyx-pakxe-2908f861b17767a685f297944f61fe92ef62d6aa.zip |
maj dhcpcd#5.2.2-1
-rw-r--r-- | base/dhcpcd/.md5sum | 2 | ||||
-rwxr-xr-x | base/dhcpcd/Pkgfile | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/base/dhcpcd/.md5sum b/base/dhcpcd/.md5sum index a554e2067..11f82b397 100644 --- a/base/dhcpcd/.md5sum +++ b/base/dhcpcd/.md5sum @@ -1,2 +1,2 @@ e47afe62907b4b36997fa2634b22a541 dhcpcd -f852090ad221b6331478f50fc1aa539e dhcpcd-5.1.3.tar.bz2 +30a161c93bd4548a28d97041329bf335 dhcpcd-5.2.2.tar.bz2 diff --git a/base/dhcpcd/Pkgfile b/base/dhcpcd/Pkgfile index e0ed4769a..f13856528 100755 --- a/base/dhcpcd/Pkgfile +++ b/base/dhcpcd/Pkgfile @@ -2,10 +2,9 @@ # URL: http://roy.marples.name/projects/dhcpcd # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: name=dhcpcd -version=5.1.3 +version=5.2.2 release=1 source=( http://roy.marples.name/downloads/$name/$name-$version.tar.bz2\ dhcpcd \ @@ -13,7 +12,7 @@ source=( http://roy.marples.name/downloads/$name/$name-$version.tar.bz2\ build() { source /etc/blfs-bootscripts - wget http://www.linuxfromscratch.org/blfs/downloads/svn/${scripts}-${scriptsversion}.tar.bz2 + wget http://www.linuxfromscratch.org/blfs/downloads/svn/${scripts}-${scriptsversion}.tar.bz2 tar xvf $scripts-$scriptsversion.tar.bz2 cd $name-$version ./configure --prefix= \ |