From patchwork Tue Sep 3 19:07:03 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ismael Luceno X-Patchwork-Id: 1157212 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.133; helo=hemlock.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 hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 46NGn11SlKz9s00 for ; Wed, 4 Sep 2019 05:12:50 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 0AF0B88461; Tue, 3 Sep 2019 19:12:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8IjMXx9+aKp5; Tue, 3 Sep 2019 19:12:44 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 5538688431; Tue, 3 Sep 2019 19:12:44 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 7A0C41BF5A2 for ; Tue, 3 Sep 2019 19:12:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 7454A87799 for ; Tue, 3 Sep 2019 19:12:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id T4j8QkEFgf7O for ; Tue, 3 Sep 2019 19:12:41 +0000 (UTC) X-Greylist: delayed 00:07:17 by SQLgrey-1.7.6 Received: from iodev.co.uk (iodev.co.uk [193.29.56.124]) by whitealder.osuosl.org (Postfix) with ESMTP id 70EC986373 for ; Tue, 3 Sep 2019 19:12:41 +0000 (UTC) From: Ismael Luceno To: buildroot@buildroot.org Date: Tue, 3 Sep 2019 21:07:03 +0200 Message-Id: <20190903190703.19919-1-ismael@iodev.co.uk> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Subject: [Buildroot] [PATCH] package/axel: bump to version 2.17.6 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 | 2 +- package/axel/axel.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/axel/axel.hash b/package/axel/axel.hash index 2de602ae479a..e7c128ed7697 100644 --- a/package/axel/axel.hash +++ b/package/axel/axel.hash @@ -1 +1 @@ -sha256 5c5c682617d498071ff9083029fcecc2c2fdeeedc366c35d2bdf8663355616cc axel-2.17.5.tar.xz +sha256 24ab549021bdfca01ad5e8e95b706869dd30fe9ab1043da4cbb9dff89edc267d axel-2.17.6.tar.xz diff --git a/package/axel/axel.mk b/package/axel/axel.mk index 2ad8ff088101..d37eb4b5b2bc 100644 --- a/package/axel/axel.mk +++ b/package/axel/axel.mk @@ -4,7 +4,7 @@ # ################################################################################ -AXEL_VERSION = 2.17.5 +AXEL_VERSION = 2.17.6 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+