diff --git a/docs/state/fuentes-vigia.json b/docs/state/fuentes-vigia.json index 0acbe050..c4bc3324 100644 --- a/docs/state/fuentes-vigia.json +++ b/docs/state/fuentes-vigia.json @@ -1,15 +1,31 @@ { "schema": "hammer-fuentes-vigia/1", "total": 1131, - "vivas": 1129, - "muertas": 2, + "vivas": 1126, + "muertas": 5, "detalle_muertas": [ { - "receta": "freetype", - "fichero": "recipes/freetype.toml", + "receta": "fcft", + "fichero": "recipes/fcft.toml", + "tipo": "git", + "url": "https://codeberg.org/dnkl/fcft.git", + "codigo": "git:128", + "viva": false + }, + { + "receta": "foot", + "fichero": "recipes/foot.toml", + "tipo": "git", + "url": "https://codeberg.org/dnkl/foot.git", + "codigo": "git:128", + "viva": false + }, + { + "receta": "gmp", + "fichero": "recipes/incoming-cosmic/gmp.toml", "tipo": "tarball", - "url": "https://download.savannah.gnu.org/releases/freetype/freetype-2.14.3.tar.xz", - "codigo": "502", + "url": "https://gmplib.org/download/gmp/gmp-6.3.0.tar.xz", + "codigo": "000", "viva": false }, { @@ -19,6 +35,14 @@ "url": "https://ftpmirror.gnu.org/libtool/libtool-2.5.4.tar.xz", "codigo": "502", "viva": false + }, + { + "receta": "libzip", + "fichero": "recipes/incoming-kde/libzip.toml", + "tipo": "tarball", + "url": "https://libzip.org/download/libzip-1.11.3.tar.xz", + "codigo": "000", + "viva": false } ] }