From patchwork Thu Jul 18 00:53:25 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arne Fitzenreiter X-Patchwork-Id: 2351 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id E8288887E56 for ; Wed, 17 Jul 2019 15:53:40 +0100 (BST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 45pgJ40hJNz51VW8; Wed, 17 Jul 2019 15:53:40 +0100 (BST) Received: from ipfire.localdomain (unknown [46.114.37.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 45pgJ06cRPz51VVy; Wed, 17 Jul 2019 15:53:36 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904rsa; t=1563375217; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=h99V0SU8I0ceFM5qk55DpwwxauicHLy5oEgyxq63r4Y=; b=CvqCpy7koK8P2yvaJFosXwY7vb0SrCZzdgbIgc+KAKpyDgaT1MvXdGCJitzjapMGB7uYZ5 /qnwCM2ehoIIJaTIepRr24EN19e6W4wtBiGy4UsZyXzjVGynOm69jq1jBcPZEIkcW1jvhU SAPCq6rlMvEkE74ld/YzUnD2JNm2sg9mgpIbCUMOKvMwZhG0ntsbnZ5CUodLXuKvxJTIbK QmCHlOs6YwZPCZnR1knoTh023MpGzOWzA4rpcJTy2S0dhmrdO4RT9qKz88hFwKSIZg87GS cWCxkEMryLAIh0zYo+ZslNlVNxK4g68F3/4m8NOYOdKG4get6bToGtxPtcA3yw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904ed25519; t=1563375217; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=h99V0SU8I0ceFM5qk55DpwwxauicHLy5oEgyxq63r4Y=; b=f5oxUO2q1jcISyHqCPh84Ho6W5Z35dQeyMI8LLX2j/Oybdjw3ogqg9b+JNtGLEqIu24b6U WBuHqojTFosvbODQ== From: Arne Fitzenreiter To: development@lists.ipfire.org Subject: [PATCH] pcengines-firmware: update to 4.9.0.7 Date: Wed, 17 Jul 2019 15:53:25 +0100 Message-Id: <1563375205-2860-1-git-send-email-arne_f@ipfire.org> X-Mailer: git-send-email 2.6.3 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=arne_f smtp.mailfrom=arne_f@ipfire.org Cc: Arne Fitzenreiter X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Arne Fitzenreiter --- pcengines-apu-firmware/pcengines-apu-firmware.nm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pcengines-apu-firmware/pcengines-apu-firmware.nm b/pcengines-apu-firmware/pcengines-apu-firmware.nm index 72543d9..48f5862 100644 --- a/pcengines-apu-firmware/pcengines-apu-firmware.nm +++ b/pcengines-apu-firmware/pcengines-apu-firmware.nm @@ -4,7 +4,7 @@ ############################################################################### name = pcengines-apu-firmware -version = 4.9.0.6 +version = 4.9.0.7 release = 1 arch = noarch @@ -20,6 +20,13 @@ description This package ships the mainline branch of the firmware. end +source_dl = \ + https://3mdeb.com/open-source-firmware/pcengines/apu1 \ + https://3mdeb.com/open-source-firmware/pcengines/apu2 \ + https://3mdeb.com/open-source-firmware/pcengines/apu3 \ + https://3mdeb.com/open-source-firmware/pcengines/apu4 \ + https://3mdeb.com/open-source-firmware/pcengines/apu5 + sources = \ apu1_v%{version}.rom \ apu2_v%{version}.rom \