mirror of
https://github.com/ScoopInstaller/Versions.git
synced 2026-08-02 20:40:26 +08:00
43 lines
1.5 KiB
JSON
43 lines
1.5 KiB
JSON
{
|
|
"version": "3.6.4-beta1",
|
|
"description": "Extend your GitHub workflow beyond your browser.",
|
|
"homepage": "https://desktop.github.com/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/desktop/desktop/releases/download/release-3.6.4-beta1/GitHubDesktop-3.6.4-beta1-x64-full.nupkg",
|
|
"hash": "c3b3520e78c8214c0dd9c45c7bd6d47b68162fc458eec5a24c3fe1d502e227a2"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/desktop/desktop/releases/download/release-3.6.4-beta1/GitHubDesktop-3.6.4-beta1-arm64-full.nupkg",
|
|
"hash": "03b0d6842cc3f77966ba83ebf104bd84d25b95d2547aa57ca3b9451286873b3e"
|
|
}
|
|
},
|
|
"extract_dir": "lib\\net45",
|
|
"bin": "GitHubDesktop.exe",
|
|
"shortcuts": [
|
|
[
|
|
"GitHubDesktop.exe",
|
|
"GitHub Desktop Beta"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"github": "https://api.github.com/repos/desktop/desktop/tags",
|
|
"jsonpath": "$..name",
|
|
"regex": "release-([\\d.]+-beta\\d+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/desktop/desktop/releases/download/release-$version/GitHubDesktop-$version-x64-full.nupkg"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/desktop/desktop/releases/download/release-$version/GitHubDesktop-$version-arm64-full.nupkg"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/GitHub.Desktop-$version-checksums.txt"
|
|
}
|
|
}
|
|
}
|