From 99f7f46c4724cd1b722e067385b24ea6307e1b6c Mon Sep 17 00:00:00 2001 From: Sergio Date: Fri, 4 Sep 2026 04:31:42 +0000 Subject: [PATCH] =?UTF-8?q?estado:=20cosecha=20granja=202026-09-04T04:31:4?= =?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 | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/state/fuentes-vigia.json b/docs/state/fuentes-vigia.json index 02cf6a8c..dc3ff83d 100644 --- a/docs/state/fuentes-vigia.json +++ b/docs/state/fuentes-vigia.json @@ -1,16 +1,24 @@ { "schema": "hammer-fuentes-vigia/1", "total": 1144, - "vivas": 1143, - "muertas": 1, + "vivas": 1142, + "muertas": 2, "detalle_muertas": [ { - "receta": "freetype", - "fichero": "recipes/freetype.toml", + "receta": "freetype-shared", + "fichero": "recipes/freetype-shared.toml", "tipo": "tarball", "url": "https://download.savannah.gnu.org/releases/freetype/freetype-2.14.3.tar.xz", "codigo": "502", "viva": false + }, + { + "receta": "tea", + "fichero": "recipes/tea.toml", + "tipo": "tarball", + "url": "https://gitea.com/gitea/tea/archive/v0.9.2.tar.gz", + "codigo": "403", + "viva": false } ] }