mirror of
https://github.com/wcbing/wcbing-apt-repo.git
synced 2025-12-29 02:28:30 +08:00
add arm64 version for github releases
This commit is contained in:
parent
663ae79661
commit
b5b2e296f9
36
README.md
36
README.md
@ -48,24 +48,24 @@ curl -fsSL https://packages.wcbing.top/deb/del.sh | sudo sh
|
|||||||
|
|
||||||
### Github Releses
|
### Github Releses
|
||||||
|
|
||||||
|软件名|包名|地址|
|
| 软件名 | 包名 | amd64 | arm64 |
|
||||||
|-|-|-|
|
| ----- | ---- | ----- | ----- |
|
||||||
|Clash Verge Rev|clash-verge|[Github Releses](https://github.com/clash-verge-rev/clash-verge-rev/releases)|
|
| [Clash Verge Rev](https://github.com/clash-verge-rev/clash-verge-rev/releases) | clash-verge | ✅ | ✅ |
|
||||||
|FlClash|flclash|[Github Releses](https://github.com/chen08209/FlClash/releases)|
|
| [FlClash](https://github.com/chen08209/FlClash/releases) | flclash | ✅ | |
|
||||||
|mihomo|mihomo|[Github Releases](https://github.com/MetaCubeX/mihomo/releases)|
|
| [mihomo](https://github.com/MetaCubeX/mihomo/releases) | mihomo | ✅ | ✅ |
|
||||||
|hugo|hugo|[Github Releases](https://github.com/gohugoio/hugo/releases)|
|
| [hugo](https://github.com/gohugoio/hugo/releases) | hugo | ✅ | ✅ |
|
||||||
|RustDesk|rustdesk|[Github Releases](https://github.com/rustdesk/rustdesk/releases)|
|
| [RustDesk](https://github.com/rustdesk/rustdesk/releases) | rustdesk | ✅ | ✅ |
|
||||||
|Obsidian|obsidian|[Github Releases](https://github.com/obsidianmd/obsidian-releases/releases)|
|
| [Obsidian](https://github.com/obsidianmd/obsidian-releases/releases) | obsidian | ✅ | |
|
||||||
|draw.io|draw.io|[Github Releases](https://github.com/jgraph/drawio-desktop/releases)|
|
| [draw.io](https://github.com/jgraph/drawio-desktop/releases) | draw.io | ✅ | ✅ |
|
||||||
|Tabby|tabby-terminal|[Github Releases](https://github.com/Eugeny/tabby/releases)|
|
| [Tabby](https://github.com/Eugeny/tabby/releases) | tabby-terminal | ✅ | ✅ |
|
||||||
|Pandoc|pandoc|[Github Releases](https://github.com/jgm/pandoc/releases)|
|
| [Pandoc](https://github.com/jgm/pandoc/releases) | pandoc | ✅ | ✅ |
|
||||||
|TinyGo|tinygo|[Github Releases](https://github.com/tinygo-org/tinygo/releases)|
|
| [TinyGo](https://github.com/tinygo-org/tinygo/releases) | tinygo | ✅ | ✅ |
|
||||||
|LocalSend|localsend|[Github Releases](https://github.com/localsend/localsend/releases)|
|
| [LocalSend](https://github.com/localsend/localsend/releases) | localsend | ✅ | ✅ |
|
||||||
|Motrix|motrix|[Github Releases](https://github.com/agalwood/Motrix/releases)|
|
| [Motrix](https://github.com/agalwood/Motrix/releases) | motrix | ✅ | ✅ |
|
||||||
|PeaZip|peazip|[Github Releases](https://github.com/peazip/PeaZip/releases)|
|
| [PeaZip](https://github.com/peazip/PeaZip/releases) | peazip | ✅ | |
|
||||||
|Neovim/Nvim|neovim|[Github Releases](https://github.com/neovim/neovim-releases/releases)|
|
| [Neovim/Nvim](https://github.com/neovim/neovim-releases/releases) | neovim | ✅ | |
|
||||||
|思源笔记|siyuan|[Github Releases](https://github.com/siyuan-note/siyuan/releases)|
|
| [思源笔记](https://github.com/siyuan-note/siyuan/releases) | siyuan | ✅ | ✅ |
|
||||||
|Hiddify|hiddify|[Github Releases](https://github.com/hiddify/hiddify-app/releases)|
|
| [Hiddify](https://github.com/hiddify/hiddify-app/releases) | hiddify | ✅ | |
|
||||||
|
|
||||||
### 合并自官方 repo
|
### 合并自官方 repo
|
||||||
|
|
||||||
|
|||||||
@ -2,13 +2,15 @@
|
|||||||
"clash-verge": {
|
"clash-verge": {
|
||||||
"repo": "clash-verge-rev/clash-verge-rev",
|
"repo": "clash-verge-rev/clash-verge-rev",
|
||||||
"file_list": [
|
"file_list": [
|
||||||
"Clash.Verge_{stripped_version}_amd64.deb"
|
"Clash.Verge_{stripped_version}_amd64.deb",
|
||||||
|
"Clash.Verge_{stripped_version}_arm64.deb"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"mihomo": {
|
"mihomo": {
|
||||||
"repo": "MetaCubeX/mihomo",
|
"repo": "MetaCubeX/mihomo",
|
||||||
"file_list": [
|
"file_list": [
|
||||||
"mihomo-linux-amd64-compatible-{version_tag}.deb"
|
"mihomo-linux-amd64-compatible-{version_tag}.deb",
|
||||||
|
"mihomo-linux-arm64-{version_tag}.deb"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"flclash": {
|
"flclash": {
|
||||||
@ -20,13 +22,15 @@
|
|||||||
"hugo": {
|
"hugo": {
|
||||||
"repo": "gohugoio/hugo",
|
"repo": "gohugoio/hugo",
|
||||||
"file_list": [
|
"file_list": [
|
||||||
"hugo_{stripped_version}_linux-amd64.deb"
|
"hugo_extended_{stripped_version}_linux-amd64.deb",
|
||||||
|
"hugo_extended_{stripped_version}_linux-arm64.deb"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"rustdesk": {
|
"rustdesk": {
|
||||||
"repo": "rustdesk/rustdesk",
|
"repo": "rustdesk/rustdesk",
|
||||||
"file_list": [
|
"file_list": [
|
||||||
"rustdesk-{version_tag}-x86_64.deb"
|
"rustdesk-{version_tag}-x86_64.deb",
|
||||||
|
"rustdesk-{version_tag}-aarch64.deb"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"obsidian": {
|
"obsidian": {
|
||||||
@ -38,25 +42,29 @@
|
|||||||
"draw.io": {
|
"draw.io": {
|
||||||
"repo": "jgraph/drawio-desktop",
|
"repo": "jgraph/drawio-desktop",
|
||||||
"file_list": [
|
"file_list": [
|
||||||
"drawio-amd64-{stripped_version}.deb"
|
"drawio-amd64-{stripped_version}.deb",
|
||||||
|
"drawio-arm64-{stripped_version}.deb"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"tabby": {
|
"tabby": {
|
||||||
"repo": "Eugeny/tabby",
|
"repo": "Eugeny/tabby",
|
||||||
"file_list": [
|
"file_list": [
|
||||||
"tabby-{stripped_version}-linux-x64.deb"
|
"tabby-{stripped_version}-linux-x64.deb",
|
||||||
|
"tabby-{stripped_version}-linux-arm64.deb"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"pandoc": {
|
"pandoc": {
|
||||||
"repo": "jgm/pandoc",
|
"repo": "jgm/pandoc",
|
||||||
"file_list": [
|
"file_list": [
|
||||||
"pandoc-{version_tag}-1-amd64.deb"
|
"pandoc-{version_tag}-1-amd64.deb",
|
||||||
|
"pandoc-{version_tag}-1-arm64.deb"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"tinygo": {
|
"tinygo": {
|
||||||
"repo": "tinygo-org/tinygo",
|
"repo": "tinygo-org/tinygo",
|
||||||
"file_list": [
|
"file_list": [
|
||||||
"tinygo_{stripped_version}_amd64.deb"
|
"tinygo_{stripped_version}_amd64.deb",
|
||||||
|
"tinygo_{stripped_version}_arm64.deb"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"chezmoi": {
|
"chezmoi": {
|
||||||
@ -68,13 +76,15 @@
|
|||||||
"localsend": {
|
"localsend": {
|
||||||
"repo": "localsend/localsend",
|
"repo": "localsend/localsend",
|
||||||
"file_list": [
|
"file_list": [
|
||||||
"LocalSend-{stripped_version}-linux-x86-64.deb"
|
"LocalSend-{stripped_version}-linux-x86-64.deb",
|
||||||
|
"LocalSend-{stripped_version}-linux-arm-64.deb"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"motrix": {
|
"motrix": {
|
||||||
"repo": "agalwood/Motrix",
|
"repo": "agalwood/Motrix",
|
||||||
"file_list": [
|
"file_list": [
|
||||||
"Motrix_{stripped_version}_amd64.deb"
|
"Motrix_{stripped_version}_amd64.deb",
|
||||||
|
"Motrix_{stripped_version}_arm64.deb"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"peazip": {
|
"peazip": {
|
||||||
@ -92,6 +102,7 @@
|
|||||||
"siyuan": {
|
"siyuan": {
|
||||||
"repo": "siyuan-note/siyuan",
|
"repo": "siyuan-note/siyuan",
|
||||||
"file_list": [
|
"file_list": [
|
||||||
|
"siyuan-{stripped_version}-linux.deb",
|
||||||
"siyuan-{stripped_version}-linux-arm64.deb"
|
"siyuan-{stripped_version}-linux-arm64.deb"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user