aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Hess <thess@kitschensync.net>2014-08-02 17:32:39 -0400
committerTed Hess <thess@kitschensync.net>2014-08-02 17:32:39 -0400
commitb9ba7a498d5d219713b768ef1df4f28017e72e26 (patch)
tree67039c74f707759edb999bd29eb8448a7755b709
parent085e028855d59f2cbcfc079f4ac5dcb1b0b59cad (diff)
parentf6552035179d2962f4924b650870756889dac5fb (diff)
Merge pull request #157 from antonlacon/patch-tarball
patch: Change to xz compressed tarball.
-rw-r--r--devel/patch/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/patch/Makefile b/devel/patch/Makefile
index 15804c0c9..0177d707a 100644
--- a/devel/patch/Makefile
+++ b/devel/patch/Makefile
@@ -11,9 +11,9 @@ PKG_NAME:=patch
PKG_VERSION:=2.7.1
PKG_RELEASE:=1
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNU/patch
-PKG_MD5SUM:=95dd8d7e41dcbcecdd5cd88ef915378d
+PKG_MD5SUM:=e9ae5393426d3ad783a300a338c09b72
include $(INCLUDE_DIR)/package.mk