From d2f19aaede54ae1a7b867ef67b12b3557982035a Mon Sep 17 00:00:00 2001 From: wcbing Date: Fri, 9 May 2025 12:12:21 +0800 Subject: [PATCH] add neovide, himalaya repo; remove black-desk repo --- README.md | 3 ++- data/repo_list.json | 20 +++++++++++++------- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f3167df..05ba739 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,8 @@ | [Sublime Text
Sublime Merge](https://www.sublimetext.com/docs/linux_repositories.html) | sublime-text
sublime-merge | ✅ | ✅ | | [Steam](https://repo.steampowered.com/steam/) | steam-launcher
steam-libs-amd64 | ✅ | | | [Tailscale](https://pkgs.tailscale.com/stable/) | tailscale
tailscale-nginx-auth | ✅ | ✅ | -| [black-desk 打包](https://github.com/black-desk/debs) | app.typst.typst
dev.neovide.neovide
dev.zed.zed
dev.zed.zed-pre
~~io.github.black-desk.debian-tweak
io.neovim.neovim
io.neovim.neovim-nightly
one.metacubex.clash-meta~~
org.pimalaya.himalaya | ✅ | | +| [neovide: wcbing 打包](https://github.com/wcbing-build/neovide-debs) | neovide | ✅ | | +| [himalaya: wcbing 打包](https://github.com/wcbing-build/himalaya-debs) | himalaya | ✅ | ✅ | | [Typora](https://typora.io/#linux) | typora | ✅ | ✅ | | [Zotero](https://zotero.retorque.re/file/apt-package-archive/index.html) | zotero
zotero-beta
zotero6 | ✅ | | | [Github CLI](https://cli.github.com/) | gh | ✅ | ✅ | diff --git a/data/repo_list.json b/data/repo_list.json index 96afc96..49edda1 100644 --- a/data/repo_list.json +++ b/data/repo_list.json @@ -62,12 +62,6 @@ "mix": "apt/stable/Packages.gz" } }, - "black-desk": { - "repo": "https://github.com/black-desk/debs/releases/latest/download/", - "path": { - "amd64": "Packages" - } - }, "typora": { "repo": "https://typoraio.cn/linux/", "path": { @@ -129,5 +123,17 @@ "amd64": "dists/gitea/main/binary-amd64/Packages", "arm64": "dists/gitea/main/binary-arm64/Packages" } - } + }, + "neovide": { + "repo": "https://github.com/wcbing-build/neovide-debs/releases/latest/download/", + "path": { + "mix": "Packages" + } + }, + "himalaya": { + "repo": "https://github.com/wcbing-build/himalaya-debs/releases/latest/download/", + "path": { + "mix": "Packages" + } + } } \ No newline at end of file