aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiizzyy <diizzyy@users.noreply.github.com>2016-10-01 23:07:26 +0200
committerGitHub <noreply@github.com>2016-10-01 23:07:26 +0200
commit5f91b00fb38355cc0402b3bc7a1336d74483751b (patch)
treef0014722f92051530280af608b248e645e5dc5fa
parent139dbf9dbbe68fd8916b9b61316994ec0ea71ac6 (diff)
autoconf: switch to xz tarball
Switch to xz tarball Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
-rw-r--r--devel/autoconf/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile
index 35af2dbc8..33e705613 100644
--- a/devel/autoconf/Makefile
+++ b/devel/autoconf/Makefile
@@ -9,11 +9,11 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=autoconf
PKG_VERSION:=2.69
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE_URL:=@GNU/autoconf
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_MD5SUM:=82d05e03b93e45f5a39b828dc9c6c29b
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
+PKG_MD5SUM:=50f97f4159805e374639a73e2636f22e
PKG_MAINTAINER:=Heinrich Schuchardt <xypron.glpk@gmx.de>
PKG_LICENSE:=GPL-3.0+