From 3b275f482ea5b80105ba8df3156d34096d3f00f5 Mon Sep 17 00:00:00 2001 From: Sergio Date: Thu, 3 Sep 2026 02:31:12 +0000 Subject: [PATCH] =?UTF-8?q?estado:=20cosecha=20granja=202026-09-03T02:31:1?= =?UTF-8?q?2Z=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/fuentes-vigia.json | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/docs/state/fuentes-vigia.json b/docs/state/fuentes-vigia.json index aac34c57..1251978e 100644 --- a/docs/state/fuentes-vigia.json +++ b/docs/state/fuentes-vigia.json @@ -1,7 +1,24 @@ { "schema": "hammer-fuentes-vigia/1", "total": 1137, - "vivas": 1137, - "muertas": 0, - "detalle_muertas": [] + "vivas": 1135, + "muertas": 2, + "detalle_muertas": [ + { + "receta": "busybox", + "fichero": "recipes/busybox.toml", + "tipo": "tarball", + "url": "https://busybox.net/downloads/busybox-1.36.1.tar.bz2", + "codigo": "000", + "viva": false + }, + { + "receta": "gmp", + "fichero": "recipes/incoming-cosmic/gmp.toml", + "tipo": "tarball", + "url": "https://gmplib.org/download/gmp/gmp-6.3.0.tar.xz", + "codigo": "000", + "viva": false + } + ] }