diff --git a/docs/state/fuentes-vigia.json b/docs/state/fuentes-vigia.json index a474523f..7b0d09f1 100644 --- a/docs/state/fuentes-vigia.json +++ b/docs/state/fuentes-vigia.json @@ -1,25 +1,17 @@ { "schema": "hammer-fuentes-vigia/1", "total": 1172, - "vivas": 1162, - "muertas": 10, + "vivas": 1165, + "muertas": 7, "detalle_muertas": [ { - "receta": "busybox", - "fichero": "recipes/busybox.toml", + "receta": "ca-certificates", + "fichero": "recipes/ca-certificates.toml", "tipo": "tarball", - "url": "https://busybox.net/downloads/busybox-1.36.1.tar.bz2", + "url": "https://gitlab.alpinelinux.org/alpine/ca-certificates/-/archive/20260611/ca-certificates-20260611.tar.bz2", "codigo": "000", "viva": false }, - { - "receta": "cargo-hack", - "fichero": "recipes/cargo-hack.toml", - "tipo": "tarball", - "url": "https://github.com/taiki-e/cargo-hack/archive/refs/tags/v0.6.45.tar.gz", - "codigo": "400", - "viva": false - }, { "receta": "freetype", "fichero": "recipes/freetype.toml", @@ -67,22 +59,6 @@ "url": "https://ftpmirror.gnu.org/libtool/libtool-2.5.4.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 } ] }