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 } ] }