From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4d2VRC6VQqz333g for ; Thu, 06 Nov 2025 18:03:03 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4d2VR83wj2z332h for ; Thu, 06 Nov 2025 18:03:00 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4d2VR80YTVz30j; Thu, 06 Nov 2025 18:03:00 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1762452180; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=bdd3lcddK1ar3dl1hzzXQu3Vqh6MpqNo0+ChQO4VDq0=; b=03D920cYoV75dXjS9Z97/owUVP0rmoFxjUzFXOUhi/nY1fobJuyBgRkFo05YlKNY+qmpp3 3KmBneHR+LwqU+Bg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1762452180; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=bdd3lcddK1ar3dl1hzzXQu3Vqh6MpqNo0+ChQO4VDq0=; b=eDJiegiolxq7hyGRtmGF52H3tW5siaCpd20RW3YjYzPU5+BccsbURzhTrs5xEAr8fxqgG8 HsdAaOX8vZ2kcwjo3H6rsjyOtSlDwaIW2vyaMqOOZZ0fKOt3sZr8BrckpV/lUId7liPsvI nPpYt7L4bQuyWI49WbCn0bVMp8vJJlN68Psgm9rWAQdkgg+C1b73Y6e0CtUsenfbk0ZjLI Sa62Zo7/ZXeXwq0YdEdTKofK6cTCBS9jKyXp2/PyGas1HbrSMxCTIsxtfCjYC2vf1k/3IR 9KsW8UKH3pN0rlK7sl5jntJwiFyzcXngSoZGPNCXkNgX3iY9GqwBF/FrCr9bCA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 2/2] mpd: Ship due to so-bump in fmt Date: Thu, 6 Nov 2025 19:02:56 +0100 Message-ID: <20251106180256.3677790-2-adolf.belka@ipfire.org> In-Reply-To: <20251106180256.3677790-1-adolf.belka@ipfire.org> References: <20251106180256.3677790-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Signed-off-by: Adolf Belka --- lfs/mpd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/mpd b/lfs/mpd index edbd2be9e..616a1985c 100644 --- a/lfs/mpd +++ b/lfs/mpd @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/${THISAPP} TARGET = $(DIR_INFO)/$(THISAPP) PROG = mpd -PAK_VER = 47 +PAK_VER = 48 # SUP_ARCH = aarch64 x86_64 DEPS = alsa avahi faad2 ffmpeg flac lame libmad libshout libogg libid3tag libvorbis opus soxr fmt -- 2.51.2