Skip to content

Commit

Permalink
dhcpcd: 10.1.0 -> 10.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Feb 13, 2025
1 parent 44449e2 commit dd2c029
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dhcpcd/.md5sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1f8e7903d432193f9ecca55a3d978e39 dhcpcd-10.1.0.tar.xz
4141cafdd4c281a296990551102319a4 dhcpcd-10.2.0.tar.xz
1aa29d499af6791481b70e9aa3ac99c1 rc.dhcpcd
4 changes: 2 additions & 2 deletions dhcpcd/Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Depends on: eudev

name=dhcpcd
version=10.1.0
version=10.2.0
release=1
source="https://github.com/NetworkConfiguration/$name/releases/download/v$version/$name-$version.tar.xz
rc.$name"
Expand All @@ -25,7 +25,7 @@ build() {
make V=1
make DESTDIR=$PKG install

chmod -R 755 $PKG/var
chmod -R 0755 $PKG/var
install -m 0755 -D $SRC/rc.dhcpcd $PKG/etc/rc.d/dhcpcd

chmod -R u+w $PKG
Expand Down

0 comments on commit dd2c029

Please sign in to comment.