ports/core (3.0): [notify] dhcpcd: update to 6.2.0
commit a3686399399119fb2b22dbafab51a6af241fee2c Author: Juergen Daubert <jue@jue.li> Date: Sat Jan 11 10:54:55 2014 +0100 [notify] dhcpcd: update to 6.2.0 after the dhcpcd update your client will get a new ip address because the client id send by dhcpcd has changed. See my bug report here: http://roy.marples.name/projects/dhcpcd/info/8293a965fb diff --git a/dhcpcd/.md5sum b/dhcpcd/.md5sum index 777f044..57143c4 100644 --- a/dhcpcd/.md5sum +++ b/dhcpcd/.md5sum @@ -1 +1 @@ -6070040c57492925af9ac6aed980de2a dhcpcd-6.1.0.tar.bz2 +9a21b44992fa070c44160ad24106ff9e dhcpcd-6.2.0.tar.bz2 diff --git a/dhcpcd/Pkgfile b/dhcpcd/Pkgfile index 81f3dbc..e94d8b5 100644 --- a/dhcpcd/Pkgfile +++ b/dhcpcd/Pkgfile @@ -4,10 +4,9 @@ # Depends on: udev name=dhcpcd -version=6.1.0 +version=6.2.0 release=1 -#source=(http://roy.marples.name/downloads/dhcpcd/$name-$version.tar.bz2) -source=(http://crux.nu/files/distfiles/$name-$version.tar.bz2) +source=(http://roy.marples.name/downloads/dhcpcd/$name-$version.tar.bz2) build () { cd $name-$version
participants (1)
-
crux@crux.nu