From patchwork Tue Jan 28 20:07:16 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ismael Luceno X-Patchwork-Id: 1230638 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.136; helo=silver.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=iodev.co.uk Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 486dCk55xPz9sNF for ; Wed, 29 Jan 2020 07:15:44 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 38A642052B; Tue, 28 Jan 2020 20:15:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QjNqXtPB76ch; Tue, 28 Jan 2020 20:15:39 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 800B520522; Tue, 28 Jan 2020 20:15:39 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 77D871BF392 for ; Tue, 28 Jan 2020 20:15:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 7507084B26 for ; Tue, 28 Jan 2020 20:15:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id D_u3LiQGCSbb for ; Tue, 28 Jan 2020 20:15:37 +0000 (UTC) X-Greylist: delayed 00:09:59 by SQLgrey-1.7.6 Received: from iodev.co.uk (iodev.co.uk [193.29.56.124]) by fraxinus.osuosl.org (Postfix) with ESMTP id 6C03D84A33 for ; Tue, 28 Jan 2020 20:15:37 +0000 (UTC) From: Ismael Luceno To: buildroot@buildroot.org Date: Tue, 28 Jan 2020 21:07:16 +0100 Message-Id: <20200128200716.31833-1-ismael@iodev.co.uk> X-Mailer: git-send-email 2.25.0 MIME-Version: 1.0 Subject: [Buildroot] [PATCH] package/axel: bump to version 2.17.7 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Thomas Petazzoni , Ismael Luceno Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Ismael Luceno --- package/axel/axel.hash | 3 +-- package/axel/axel.mk | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package/axel/axel.hash b/package/axel/axel.hash index f9c5526f8880..9d1aecc4d902 100644 --- a/package/axel/axel.hash +++ b/package/axel/axel.hash @@ -1,3 +1,2 @@ -# locally computed -sha256 24ab549021bdfca01ad5e8e95b706869dd30fe9ab1043da4cbb9dff89edc267d axel-2.17.6.tar.xz +sha256 b700b299fc8a369352a4672560ba833335142a6bfd280d5ccdc66dc2fa6bff86 axel-2.17.7.tar.xz sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING diff --git a/package/axel/axel.mk b/package/axel/axel.mk index d37eb4b5b2bc..b7ec2efb60de 100644 --- a/package/axel/axel.mk +++ b/package/axel/axel.mk @@ -4,7 +4,7 @@ # ################################################################################ -AXEL_VERSION = 2.17.6 +AXEL_VERSION = 2.17.7 AXEL_SITE = https://github.com/axel-download-accelerator/axel/releases/download/v$(AXEL_VERSION) AXEL_SOURCE = axel-$(AXEL_VERSION).tar.xz AXEL_LICENSE = GPL-2.0+