summaryrefslogtreecommitdiffstats
path: root/base/dhcpcd
diff options
context:
space:
mode:
Diffstat (limited to 'base/dhcpcd')
-rw-r--r--base/dhcpcd/.md5sum2
-rwxr-xr-xbase/dhcpcd/Pkgfile5
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= \