Browse Source

Merge pull request #6229 from sartura/dhcpcd_bump_to_7.0.5

dhcpcd: bump to 7.0.5
lilik-openwrt-22.03
Hannu Nyman 7 years ago
committed by GitHub
parent
commit
e9cdac56c2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      net/dhcpcd/Makefile

+ 2
- 2
net/dhcpcd/Makefile View File

@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=dhcpcd
PKG_VERSION:=6.11.5
PKG_VERSION:=7.0.5
PKG_RELEASE:=1
PKG_SOURCE_URL:=ftp://roy.marples.name/pub/dhcpcd \
http://roy.marples.name/downloads/dhcpcd
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_HASH:=6f9674dc7e27e936cc787175404a6171618675ecfb6903ab9887b1b66a87d69e
PKG_HASH:=aa43fdb990be7c413fa92bdbcfb3775e4cdbff725cbcb68cd2a714ed4f58879d
PKG_LICENSE:=BSD-2c
PKG_LICENSE_FILES:=


Loading…
Cancel
Save