mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
parent
01321681e3
commit
c7aaa53ad9
@ -5,11 +5,13 @@
|
|||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/motemen/ghq/releases/download/v0.11.0/ghq_windows_amd64.zip",
|
"url": "https://github.com/motemen/ghq/releases/download/v0.11.0/ghq_windows_amd64.zip",
|
||||||
"hash": "sha1:19f2614dace56e04fddeb248d7106a074d025a63"
|
"hash": "sha1:19f2614dace56e04fddeb248d7106a074d025a63",
|
||||||
|
"extract_dir": "ghq_windows_amd64"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/motemen/ghq/releases/download/v0.11.0/ghq_windows_386.zip",
|
"url": "https://github.com/motemen/ghq/releases/download/v0.11.0/ghq_windows_386.zip",
|
||||||
"hash": "sha1:25867955e088f71c121adf578c732af2d7a74c1a"
|
"hash": "sha1:25867955e088f71c121adf578c732af2d7a74c1a",
|
||||||
|
"extract_dir": "ghq_windows_386"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "ghq.exe",
|
"bin": "ghq.exe",
|
||||||
@ -17,10 +19,12 @@
|
|||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/motemen/ghq/releases/download/v$version/ghq_windows_amd64.zip"
|
"url": "https://github.com/motemen/ghq/releases/download/v$version/ghq_windows_amd64.zip",
|
||||||
|
"extract_dir": "ghq_windows_amd64"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/motemen/ghq/releases/download/v$version/ghq_windows_386.zip"
|
"url": "https://github.com/motemen/ghq/releases/download/v$version/ghq_windows_386.zip",
|
||||||
|
"extract_dir": "ghq_windows_386"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user