Browse Source

patch: Change to xz compressed tarball.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Ian Leonard 10 years ago
parent
commit
f655203517
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      devel/patch/Makefile

+ 2
- 2
devel/patch/Makefile View File

@@ -11,9 +11,9 @@ PKG_NAME:=patch
11 11
 PKG_VERSION:=2.7.1
12 12
 PKG_RELEASE:=1
13 13
 
14
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
14
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
15 15
 PKG_SOURCE_URL:=@GNU/patch
16
-PKG_MD5SUM:=95dd8d7e41dcbcecdd5cd88ef915378d
16
+PKG_MD5SUM:=e9ae5393426d3ad783a300a338c09b72
17 17
 
18 18
 include $(INCLUDE_DIR)/package.mk
19 19