diff options
author | Marko Ratkaj <marko.ratkaj@sartura.hr> | 2019-06-09 17:15:56 +0200 |
---|---|---|
committer | Marko Ratkaj <marko.ratkaj@sartura.hr> | 2019-06-09 17:17:26 +0200 |
commit | ee53ca5a438cf130a14edc67a27cde7160e112e9 (patch) | |
tree | 4b3c93585f79f54410eb96d6b6068b0548be5a31 /net/dhcpcd/Makefile | |
parent | 1c4b6fef5f57364d65fda1c1e072cc960e9d3dfb (diff) |
net: dhcpcd: bump to 7.2.2
Version bump from 7.0.8 to 7.2.2
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Diffstat (limited to 'net/dhcpcd/Makefile')
-rw-r--r-- | net/dhcpcd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile index 48a0cdaed..5bd204fb9 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dhcpcd -PKG_VERSION:=7.0.8 +PKG_VERSION:=7.2.2 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:=96968e883369ab4afd11eba9dfd9bb109f5dfff65b2814ce6c432f36362dc9b5 +PKG_HASH:=3db7ff18cba9274da1d2176fb3c7cbe23926a8e58d5c8e244ad55c62d38ba09e PKG_LICENSE:=BSD-2c PKG_LICENSE_FILES:= |