mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-04-07 02:46:50 +00:00
Add fetch + classify functions for all custom source types: - chromedist (chromedriver): Chrome for Testing JSON index - flutterdist (flutter): Google Storage per-OS release indexes - golang (go): golang.org/dl JSON API - gpgdist (gpg): SourceForge RSS scraping - hashicorp (terraform): releases.hashicorp.com product index - iterm2dist (iterm2): HTML scraping of downloads page - juliadist (julia): S3 versions.json with platform files - mariadbdist (mariadb): two-step REST API (majors → releases) - zigdist (zig): mixed-schema JSON with platform keys All 9 fetcher packages already existed in internal/releases/ but were not wired into webicached's fetchRaw/classifyPackage switches. Now all 103 packages produce classified cache output.