diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-15 05:07:10 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-15 05:07:10 +0000 |
commit | 939d04060dc7460f4fe11e376c0d58afcc8d6eb4 (patch) | |
tree | d50d5b2a4d433d16351ade1ab294bec166bc6bc4 /tools | |
parent | 3b35351eeaf6f0a2be2cee07ce21c44a22404576 (diff) | |
download | upstream-939d04060dc7460f4fe11e376c0d58afcc8d6eb4.tar.gz upstream-939d04060dc7460f4fe11e376c0d58afcc8d6eb4.tar.bz2 upstream-939d04060dc7460f4fe11e376c0d58afcc8d6eb4.zip |
patch: bump GNU patch to 2.7.5
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44760 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools')
-rw-r--r-- | tools/patch/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/patch/Makefile b/tools/patch/Makefile index def8299095..94b3607592 100644 --- a/tools/patch/Makefile +++ b/tools/patch/Makefile @@ -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 |