diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-02-13 13:19:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-13 13:19:48 +0200 |
commit | cb77e5ee0aaaafd4cc714efb12b857001311374a (patch) | |
tree | e84045808d30a5818b812effd6e090c21506402d | |
parent | b1eee9df114cddf8f6432e266d13bcc9d5fb4757 (diff) | |
parent | 47351ade2f0dbfc063565c2e96c0fac2d125b816 (diff) |
Merge pull request #5610 from RussellSenior/update-patch-to-2.7.6
patch: update to version 2.7.6
-rw-r--r-- | devel/patch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/patch/Makefile b/devel/patch/Makefile index b1b391342..f08ae8a3c 100644 --- a/devel/patch/Makefile +++ b/devel/patch/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=patch -PKG_VERSION:=2.7.5 +PKG_VERSION:=2.7.6 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/patch -PKG_HASH:=fd95153655d6b95567e623843a0e77b81612d502ecf78a489a4aed7867caa299 +PKG_HASH:=ac610bda97abe0d9f6b7c963255a11dcb196c25e337c61f94e4778d632f1d8fd PKG_LICENSE:=GPL-3.0+ PKG_LICENSE_FILES:=COPYING |