From c04f2a6e01ff8a136312e08b7bd992ac052890e4 Mon Sep 17 00:00:00 2001 From: Sergio Date: Mon, 31 Aug 2026 08:02:11 +0000 Subject: [PATCH] =?UTF-8?q?estado:=20cosecha=20granja=202026-08-31T08:02:1?= =?UTF-8?q?1Z=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 | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/docs/state/fuentes-vigia.json b/docs/state/fuentes-vigia.json index ccb4ac03..19b42072 100644 --- a/docs/state/fuentes-vigia.json +++ b/docs/state/fuentes-vigia.json @@ -1,15 +1,15 @@ { "schema": "hammer-fuentes-vigia/1", "total": 1172, - "vivas": 1170, - "muertas": 2, + "vivas": 1168, + "muertas": 4, "detalle_muertas": [ { - "receta": "freetype-shared", - "fichero": "recipes/freetype-shared.toml", + "receta": "cargo-hack", + "fichero": "recipes/cargo-hack.toml", "tipo": "tarball", - "url": "https://download.savannah.gnu.org/releases/freetype/freetype-2.14.3.tar.xz", - "codigo": "502", + "url": "https://github.com/taiki-e/cargo-hack/archive/refs/tags/v0.6.45.tar.gz", + "codigo": "400", "viva": false }, { @@ -19,6 +19,22 @@ "url": "https://download.savannah.gnu.org/releases/freetype/freetype-2.14.3.tar.xz", "codigo": "502", "viva": false + }, + { + "receta": "lm-sensors", + "fichero": "recipes/incoming-kde/lm-sensors.toml", + "tipo": "tarball", + "url": "https://github.com/lm-sensors/lm-sensors/archive/refs/tags/V3-6-0.tar.gz", + "codigo": "400", + "viva": false + }, + { + "receta": "zxing-cpp", + "fichero": "recipes/incoming-kde/zxing-cpp.toml", + "tipo": "tarball", + "url": "https://github.com/zxing-cpp/zxing-cpp/archive/refs/tags/v2.3.0.tar.gz", + "codigo": "400", + "viva": false } ] }