Browse Source
Merge pull request #5610 from RussellSenior/update-patch-to-2.7.6
patch: update to version 2.7.6
lilik-openwrt-22.03
Hannu Nyman
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
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 |
|
|
|
|
|
|
|