|
@@ -1,5 +1,5 @@
|
1
|
1
|
#
|
2
|
|
-# Copyright (C) 2008-2014 OpenWrt.org
|
|
2
|
+# Copyright (C) 2008-2015 OpenWrt.org
|
3
|
3
|
#
|
4
|
4
|
# This is free software, licensed under the GNU General Public License v2.
|
5
|
5
|
# See /LICENSE for more information.
|
|
@@ -8,12 +8,12 @@
|
8
|
8
|
include $(TOPDIR)/rules.mk
|
9
|
9
|
|
10
|
10
|
PKG_NAME:=patch
|
11
|
|
-PKG_VERSION:=2.7.1
|
|
11
|
+PKG_VERSION:=2.7.3
|
12
|
12
|
PKG_RELEASE:=1
|
13
|
13
|
|
14
|
14
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
15
|
15
|
PKG_SOURCE_URL:=@GNU/patch
|
16
|
|
-PKG_MD5SUM:=e9ae5393426d3ad783a300a338c09b72
|
|
16
|
+PKG_MD5SUM:=29b87be845e4662ab0ca0d48a805ecc6
|
17
|
17
|
PKG_LICENSE:=GPL-3.0+
|
18
|
18
|
PKG_LICENSE_FILES:=COPYING
|
19
|
19
|
|