patch: bump GNU patch to 2.7.5
authorFelix Fietkau <nbd@openwrt.org>
Sun, 15 Mar 2015 05:07:10 +0000 (05:07 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 15 Mar 2015 05:07:10 +0000 (05:07 +0000)
Bump GNU patch in tools from 2.7.1 to 2.7.5.
Change download URL to use @GNU alias.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
SVN-Revision: 44760

tools/patch/Makefile

index def829909575eb1467dbdb5ff5da8a48b03c2aac..94b36075929c699bf89d67fa519c383246e598b6 100644 (file)
@@ -7,11 +7,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=patch
-PKG_VERSION:=2.7.1
+PKG_VERSION:=2.7.5
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
-PKG_SOURCE_URL:=ftp://ftp.gnu.org/gnu/patch
-PKG_MD5SUM:=e9ae5393426d3ad783a300a338c09b72
+PKG_SOURCE_URL:=@GNU/patch
+PKG_MD5SUM:=e3da7940431633fb65a01b91d3b7a27a
 
 include $(INCLUDE_DIR)/host-build.mk