mirror of
https://github.com/wcbing/wcbing-apt-repo.git
synced 2025-12-29 02:28:30 +08:00
Compare commits
5 Commits
bb904cfe61
...
dd20b9d61b
| Author | SHA1 | Date | |
|---|---|---|---|
| dd20b9d61b | |||
| b22e44a5f2 | |||
| ad69be984e | |||
| 6f78561e7a | |||
| a1de16fe6d |
@ -74,6 +74,8 @@
|
|||||||
| [Tiny RDM](https://github.com/tiny-craft/tiny-rdm) | tinyrdm | ✅ | |
|
| [Tiny RDM](https://github.com/tiny-craft/tiny-rdm) | tinyrdm | ✅ | |
|
||||||
| [MQTTX](https://github.com/emqx/MQTTX) | mqttx | ✅ | ✅ |
|
| [MQTTX](https://github.com/emqx/MQTTX) | mqttx | ✅ | ✅ |
|
||||||
| [WinBoat](https://github.com/TibixDev/winboat) | winboat | ✅ | |
|
| [WinBoat](https://github.com/TibixDev/winboat) | winboat | ✅ | |
|
||||||
|
| [fooyin](https://github.com/fooyin/fooyin) | fooyin | ✅ | |
|
||||||
|
| [Simplenote](https://github.com/Automattic/simplenote-electron) | simplenote | ✅ | ✅ |
|
||||||
|
|
||||||
#### Gitee
|
#### Gitee
|
||||||
|
|
||||||
@ -89,6 +91,7 @@
|
|||||||
| [Mozilla Firefox](https://support.mozilla.org/zh-CN/kb/install-firefox-linux) | firefox<br />firefox_beta<br />firefox_devedition<br />firefox_nightly<br />firefox_esr<br />mozillavpn | ✅ | ✅ |
|
| [Mozilla Firefox](https://support.mozilla.org/zh-CN/kb/install-firefox-linux) | firefox<br />firefox_beta<br />firefox_devedition<br />firefox_nightly<br />firefox_esr<br />mozillavpn | ✅ | ✅ |
|
||||||
| Google Chrome | google-chrome-stable<br />google-chrome-beta<br />google-chrome-unstable | ✅ | |
|
| Google Chrome | google-chrome-stable<br />google-chrome-beta<br />google-chrome-unstable | ✅ | |
|
||||||
| Google Earth | google-earth-pro-stable<br />google-earth-ec-stable | ✅ | |
|
| Google Earth | google-earth-pro-stable<br />google-earth-ec-stable | ✅ | |
|
||||||
|
| Chrome Remote Desktop | chrome-remote-desktop | ✅ | |
|
||||||
| Microsoft Edge | microsoft-edge-stable<br />microsoft-edge-beta<br />microsoft-edge-dev | ✅ | |
|
| Microsoft Edge | microsoft-edge-stable<br />microsoft-edge-beta<br />microsoft-edge-dev | ✅ | |
|
||||||
| Opera | opera-stable<br />opera-beta<br />opera-developer | ✅ | |
|
| Opera | opera-stable<br />opera-beta<br />opera-developer | ✅ | |
|
||||||
| Visual Studio Code | code<br />code-insiders<br />code-exploration | ✅ | ✅ |
|
| Visual Studio Code | code<br />code-insiders<br />code-exploration | ✅ | ✅ |
|
||||||
@ -108,6 +111,8 @@
|
|||||||
| [NextTrace](https://github.com/nxtrace/nexttrace-debs) | nexttrace | ✅ | ✅ |
|
| [NextTrace](https://github.com/nxtrace/nexttrace-debs) | nexttrace | ✅ | ✅ |
|
||||||
| [Debian 中文社区软件源](https://github.com/debiancn/repo)([镜像](https://help.mirrors.cernet.edu.cn/debiancn/)) | anydesk<br />marktext<br />wps-office<br />[更多](https://github.com/debiancn/repo) | ✅ | |
|
| [Debian 中文社区软件源](https://github.com/debiancn/repo)([镜像](https://help.mirrors.cernet.edu.cn/debiancn/)) | anydesk<br />marktext<br />wps-office<br />[更多](https://github.com/debiancn/repo) | ✅ | |
|
||||||
| [Gitea](https://gitlab.com/packaging/gitea)([镜像](https://mirrors.ustc.edu.cn/help/packaging-gitea.html)) | gitea | ✅ | ✅ |
|
| [Gitea](https://gitlab.com/packaging/gitea)([镜像](https://mirrors.ustc.edu.cn/help/packaging-gitea.html)) | gitea | ✅ | ✅ |
|
||||||
|
| [AnyDesk](https://deb.anydesk.com/howto.html) | anydesk | ✅ | ✅ |
|
||||||
|
| [Spotify](https://www.spotify.com/sg-zh/download/linux/) | spotify-client | ✅ | |
|
||||||
|
|
||||||
## 自建仓库
|
## 自建仓库
|
||||||
|
|
||||||
|
|||||||
@ -151,5 +151,18 @@
|
|||||||
"amd64": "winboat-{version}-amd64.deb",
|
"amd64": "winboat-{version}-amd64.deb",
|
||||||
"arm64": "winboat-{version}-arm64.deb"
|
"arm64": "winboat-{version}-arm64.deb"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"fooyin": {
|
||||||
|
"repo": "fooyin/fooyin",
|
||||||
|
"file_list": {
|
||||||
|
"amd64": "fooyin_{version}-trixie_amd64.deb"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"simplenote": {
|
||||||
|
"repo": "Automattic/simplenote-electron",
|
||||||
|
"file_list": {
|
||||||
|
"amd64": "Simplenote-linux-{version}-amd64.deb",
|
||||||
|
"arm64": "Simplenote-linux-{version}-arm64.deb"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -11,6 +11,12 @@
|
|||||||
"amd64": "dists/stable/main/binary-amd64/Packages.gz"
|
"amd64": "dists/stable/main/binary-amd64/Packages.gz"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"chrome-remote-desktop": {
|
||||||
|
"repo": "https://dl.google.com/linux/chrome-remote-desktop/deb/",
|
||||||
|
"path": {
|
||||||
|
"amd64": "dists/stable/main/binary-amd64/Packages.gz"
|
||||||
|
}
|
||||||
|
},
|
||||||
"termius": {
|
"termius": {
|
||||||
"repo": "https://deb.termius.com/",
|
"repo": "https://deb.termius.com/",
|
||||||
"path": {
|
"path": {
|
||||||
@ -135,5 +141,18 @@
|
|||||||
"path": {
|
"path": {
|
||||||
"mix": "Packages"
|
"mix": "Packages"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"anydesk": {
|
||||||
|
"repo": "https://deb.anydesk.com/",
|
||||||
|
"path": {
|
||||||
|
"amd64": "dists/all/main/binary-amd64/Packages",
|
||||||
|
"arm64": "dists/all/main/binary-arm64/Packages"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"spotify-client": {
|
||||||
|
"repo": "http://repository.spotify.com/",
|
||||||
|
"path": {
|
||||||
|
"amd64": "dists/stable/non-free/binary-amd64/Packages"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user