Skip to content

Commit cb635d6

Browse files
committed
feat: Add new GitHub release by USTC Mirror
1 parent 6509b1a commit cb635d6

3 files changed

Lines changed: 27 additions & 0 deletions

File tree

‎includes/app/github/astral-sh.ini‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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

0 commit comments

Comments
 (0)