diff options
author | Ted Hess <thess@kitschensync.net> | 2014-08-02 17:32:39 -0400 |
---|---|---|
committer | Ted Hess <thess@kitschensync.net> | 2014-08-02 17:32:39 -0400 |
commit | b9ba7a498d5d219713b768ef1df4f28017e72e26 (patch) | |
tree | 67039c74f707759edb999bd29eb8448a7755b709 | |
parent | 085e028855d59f2cbcfc079f4ac5dcb1b0b59cad (diff) | |
parent | f6552035179d2962f4924b650870756889dac5fb (diff) |
Merge pull request #157 from antonlacon/patch-tarball
patch: Change to xz compressed tarball.
-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 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 |