mirror of
https://github.com/wcbing/wcbing-apt-repo.git
synced 2025-12-29 02:28:30 +08:00
Compare commits
5 Commits
dcf20c7d73
...
438c5b13e2
| Author | SHA1 | Date | |
|---|---|---|---|
| 438c5b13e2 | |||
| 9ba888d117 | |||
| a79e12567b | |||
| fbe96f5d1c | |||
| 493206345a |
@ -114,6 +114,7 @@
|
|||||||
| [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 | ✅ | ✅ |
|
| [AnyDesk](https://deb.anydesk.com/howto.html) | anydesk | ✅ | ✅ |
|
||||||
| [Spotify](https://www.spotify.com/sg-zh/download/linux/) | spotify-client | ✅ | |
|
| [Spotify](https://www.spotify.com/sg-zh/download/linux/) | spotify-client | ✅ | |
|
||||||
|
| [Free Download Manager](https://www.freedownloadmanager.org/zh/download-fdm-for-linux.htm) | freedownloadmanager | ✅ | |
|
||||||
|
|
||||||
## 自建仓库
|
## 自建仓库
|
||||||
|
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
"mihomo": {
|
"mihomo": {
|
||||||
"repo": "MetaCubeX/mihomo",
|
"repo": "MetaCubeX/mihomo",
|
||||||
"file_list": {
|
"file_list": {
|
||||||
"amd64": "mihomo-linux-amd64-compatible-{releases_tag}.deb",
|
"amd64": "mihomo-linux-amd64-{releases_tag}.deb",
|
||||||
"arm64": "mihomo-linux-arm64-{releases_tag}.deb"
|
"arm64": "mihomo-linux-arm64-{releases_tag}.deb"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -148,8 +148,7 @@
|
|||||||
"winboat": {
|
"winboat": {
|
||||||
"repo": "TibixDev/winboat",
|
"repo": "TibixDev/winboat",
|
||||||
"file_list": {
|
"file_list": {
|
||||||
"amd64": "winboat-{version}-amd64.deb",
|
"amd64": "winboat-{version}-amd64.deb"
|
||||||
"arm64": "winboat-{version}-arm64.deb"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"fooyin": {
|
"fooyin": {
|
||||||
|
|||||||
@ -144,9 +144,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"spotify-client": {
|
"spotify-client": {
|
||||||
"repo": "http://repository.spotify.com/",
|
"repo": "https://repository.spotify.com/",
|
||||||
"path": {
|
"path": {
|
||||||
"amd64": "dists/stable/non-free/binary-amd64/Packages"
|
"amd64": "dists/stable/non-free/binary-amd64/Packages"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"freedownloadmanager": {
|
||||||
|
"repo": "https://debrepo.freedownloadmanager.org/",
|
||||||
|
"path": {
|
||||||
|
"amd64": "dists/jammy/main/binary-amd64/Packages.gz"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1,6 +1,6 @@
|
|||||||
JSON=$(curl -fs "https://client-webapi.oray.com/softwares/SUNLOGIN_X_LINUX?x64=1")
|
JSON=$(curl -fs "https://client-webapi.oray.com/softwares/SUNLOGIN_X_LINUX?x64=1")
|
||||||
|
|
||||||
VERSION=$(echo "$JSON" | jq -r '.versionno')
|
VERSION=$(printf "%s" "$JSON" | jq -r '.versionno')
|
||||||
AMD64_URL=$(echo $JSON | jq -r '.downloadurl')
|
AMD64_URL=$(printf "%s" "$JSON" | jq -r '.downloadurl')
|
||||||
|
|
||||||
./check_downloader.py sunloginclient $VERSION $AMD64_URL amd64
|
./check_downloader.py sunloginclient $VERSION $AMD64_URL amd64
|
||||||
Loading…
x
Reference in New Issue
Block a user