File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [uv]
2+ distro = uv
3+ listvers = 1
4+ location = github-release/astral-sh/uv/LatestRelease/*
5+ pattern = uv-(.+)\.(tar\.gz|zip)$
6+ version = latest
7+ platform = $1
8+ type = $2
9+ category = app
Original file line number Diff line number Diff line change 1+ [miniforge]
2+ distro = miniforge
3+ listvers = 1
4+ location = github-release/conda-forge/miniforge/LatestRelease/*
5+ pattern = Miniforge3-(\w+-\w+)\.(sh|exe)$
6+ version = latest
7+ platform = $1
8+ type = $2
9+ category = app
Original file line number Diff line number Diff line change 1+ [ungoogled-chromium-windows]
2+ distro = ungoogled-chromium
3+ listvers = 1
4+ location = github-release/ungoogled-software/ungoogled-chromium-windows/LatestRelease/*
5+ pattern = ungoogled-chromium_(\d+\.\d+\.\d+\.\d+-\d+\.\d+)_(.+)\.(exe|zip)$
6+ version = $1
7+ platform = $2
8+ type = $3
9+ category = app
You can’t perform that action at this time.
0 commit comments