diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-03-09 09:50:52 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-03-09 14:05:29 +0100 |
commit | 1eaf45fc6cc2ac395c5f8dc5690bf4628cd25ecd (patch) | |
tree | 9a8c53bcd77e715710540129193e814347c1e846 /package/patch | |
parent | c3df14db89d8ce14a9f1181d572b11cc572d3d1f (diff) | |
download | buildroot-1eaf45fc6cc2ac395c5f8dc5690bf4628cd25ecd.tar.gz buildroot-1eaf45fc6cc2ac395c5f8dc5690bf4628cd25ecd.zip |
patch: bump to version 2.7.5
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/patch')
-rw-r--r-- | package/patch/patch.hash | 2 | ||||
-rw-r--r-- | package/patch/patch.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/patch/patch.hash b/package/patch/patch.hash index 7f1b024ddd..d6e3a2d261 100644 --- a/package/patch/patch.hash +++ b/package/patch/patch.hash @@ -1,2 +1,2 @@ # Locally calculated after checking pgp signature -sha256 d09022de9d629561bf4dad44625ef4b1ead15178b210412113531730cdb6f19d patch-2.7.3.tar.xz +sha256 fd95153655d6b95567e623843a0e77b81612d502ecf78a489a4aed7867caa299 patch-2.7.5.tar.xz diff --git a/package/patch/patch.mk b/package/patch/patch.mk index 4fa0e4102e..765dfa923b 100644 --- a/package/patch/patch.mk +++ b/package/patch/patch.mk @@ -4,7 +4,7 @@ # ################################################################################ -PATCH_VERSION = 2.7.3 +PATCH_VERSION = 2.7.5 PATCH_SOURCE = patch-$(PATCH_VERSION).tar.xz PATCH_SITE = $(BR2_GNU_MIRROR)/patch PATCH_LICENSE = GPLv3+ |