From ed603f0749176fa828e04928a8b3e3be1c3be375 Mon Sep 17 00:00:00 2001 From: Sergio Date: Wed, 2 Sep 2026 22:31:16 +0000 Subject: [PATCH] =?UTF-8?q?estado:=20cosecha=20granja=202026-09-02T22:31:1?= =?UTF-8?q?6Z=20=E2=80=94=20avance=20del=20=C3=A1rbol=20KDE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/state/drenaje.json | 2 +- docs/state/fuentes-vigia.json | 25 +++++++++++++++++++++---- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/docs/state/drenaje.json b/docs/state/drenaje.json index 12562a53..f242a0cc 100644 --- a/docs/state/drenaje.json +++ b/docs/state/drenaje.json @@ -31,7 +31,7 @@ }, "escritorio-kde": { "grafo": "docs/state/build-state-kde.json", - "nodos": 163, + "nodos": 165, "en_deuda": 0, "ondas": 0, "profundidad": 0, diff --git a/docs/state/fuentes-vigia.json b/docs/state/fuentes-vigia.json index b4753156..a8877154 100644 --- a/docs/state/fuentes-vigia.json +++ b/docs/state/fuentes-vigia.json @@ -1,7 +1,24 @@ { "schema": "hammer-fuentes-vigia/1", - "total": 1133, - "vivas": 1133, - "muertas": 0, - "detalle_muertas": [] + "total": 1134, + "vivas": 1132, + "muertas": 2, + "detalle_muertas": [ + { + "receta": "freetype", + "fichero": "recipes/freetype.toml", + "tipo": "tarball", + "url": "https://download.savannah.gnu.org/releases/freetype/freetype-2.14.3.tar.xz", + "codigo": "502", + "viva": false + }, + { + "receta": "freetype-shared", + "fichero": "recipes/incoming-kde/freetype-shared.toml", + "tipo": "tarball", + "url": "https://download.savannah.gnu.org/releases/freetype/freetype-2.14.3.tar.xz", + "codigo": "502", + "viva": false + } + ] }