From patchwork Tue Feb 6 17:29:43 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ismael Luceno X-Patchwork-Id: 1895856 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=buildroot.org (client-ip=140.211.166.138; helo=smtp1.osuosl.org; envelope-from=buildroot-bounces@buildroot.org; receiver=patchwork.ozlabs.org) Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4TTqyK4zv5z23gM for ; Wed, 7 Feb 2024 04:30:17 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 359168201E; Tue, 6 Feb 2024 17:30:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oIxqUS_dSkeB; Tue, 6 Feb 2024 17:30:12 +0000 (UTC) X-Comment: SPF check N/A for local connections - client-ip=140.211.166.34; helo=ash.osuosl.org; envelope-from=buildroot-bounces@buildroot.org; receiver= DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org A2B5F81F33 Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp1.osuosl.org (Postfix) with ESMTP id A2B5F81F33; Tue, 6 Feb 2024 17:30:12 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 77D141BF3A1 for ; Tue, 6 Feb 2024 17:30:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 504E341E59 for ; Tue, 6 Feb 2024 17:30:11 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 504E341E59 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YlL4BSsswUt7 for ; Tue, 6 Feb 2024 17:30:10 +0000 (UTC) Received: from iodev.co.uk (iodev.co.uk [46.30.189.100]) by smtp4.osuosl.org (Postfix) with ESMTP id 4492F41C60 for ; Tue, 6 Feb 2024 17:30:10 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 4492F41C60 Received: from localhost (unknown [85.119.216.19]) by iodev.co.uk (Postfix) with ESMTPSA id 6C156290BB0; Tue, 6 Feb 2024 18:30:06 +0100 (CET) From: Ismael Luceno To: buildroot@buildroot.org Date: Tue, 6 Feb 2024 18:29:43 +0100 Message-ID: <20240206173002.25650-1-ismael@iodev.co.uk> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 X-Spam: Yes Subject: [Buildroot] [PATCH] package/axel: bump version to 2.17.13 X-BeenThere: buildroot@buildroot.org 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: Ismael Luceno Errors-To: buildroot-bounces@buildroot.org 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 ebcdc652fc7f..b2ff52876b4b 100644 --- a/package/axel/axel.hash +++ b/package/axel/axel.hash @@ -1,2 +1,2 @@ -sha256 fb4e70535ebf732211af253bfe24f9ada57d80fd465ac02c721406c7d4e1d496 axel-2.17.12.tar.xz +sha256 6af9c0238ca4fb850baa17878de0361868e3ff6d9302298d83c6d26931c28723 axel-2.17.13.tar.xz sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING diff --git a/package/axel/axel.mk b/package/axel/axel.mk index d3a2f4d42c8f..fbfbc8be3472 100644 --- a/package/axel/axel.mk +++ b/package/axel/axel.mk @@ -4,7 +4,7 @@ # ################################################################################ -AXEL_VERSION = 2.17.12 +AXEL_VERSION = 2.17.13 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+