X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=utils%2Ftar%2FMakefile;h=fb5277091b741245923dc9f5b6598dbf07f0783c;hb=fe3aae91ff3a121ccc2064c43d8a5be1f0d9e2ee;hp=bae2adcd4c2a1abc515ed8fa59e913df640a1b7c;hpb=7edcf7b4c227e6a373965e38dbba0d7f30e0004b;p=feed%2Fpackages.git diff --git a/utils/tar/Makefile b/utils/tar/Makefile index bae2adcd4c..fb5277091b 100644 --- a/utils/tar/Makefile +++ b/utils/tar/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2016 OpenWrt.org +# Copyright (C) 2008-2017 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tar -PKG_VERSION:=1.29 -PKG_RELEASE:=3 +PKG_VERSION:=1.30 +PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/$(PKG_NAME) -PKG_HASH:=236b11190c0a3a6885bdb8d61424f2b36a5872869aa3f7f695dea4b4843ae2f2 +PKG_HASH:=f1bf92dbb1e1ab27911a861ea8dde8208ee774866c46c0bb6ead41f4d1f4d2d3 PKG_MAINTAINER:=Álvaro Fernández Rojas PKG_LICENSE:=GPL-3.0