lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 5f91b00fb38355cc0402b3bc7a1336d74483751b
parent 139dbf9dbbe68fd8916b9b61316994ec0ea71ac6
Author: diizzyy <diizzyy@users.noreply.github.com>
Date:   Sat,  1 Oct 2016 23:07:26 +0200

autoconf: switch to xz tarball

Switch to xz tarball

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat:
Mdevel/autoconf/Makefile | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 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+