mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 02:31:21 +00:00
ghorg: Update to version 1.9.10
Fix autoupdate URLs, file name now includes version number
This commit is contained in:
parent
b2d0a407be
commit
234d48fef0
@ -1,16 +1,16 @@
|
|||||||
{
|
{
|
||||||
"version": "1.9.9",
|
"version": "1.9.10",
|
||||||
"description": "Quickly clone an entire org/users repositories into one directory - Supports GitHub, GitLab, Bitbucket, and more",
|
"description": "Quickly clone an entire org/users repositories into one directory - Supports GitHub, GitLab, Bitbucket, and more",
|
||||||
"homepage": "https://github.com/gabrie30/ghorg",
|
"homepage": "https://github.com/gabrie30/ghorg",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/gabrie30/ghorg/releases/download/v1.9.9/ghorg_Windows_x86_64.tar.gz",
|
"url": "https://github.com/gabrie30/ghorg/releases/download/v1.9.10/ghorg_1.9.10_Windows_x86_64.tar.gz",
|
||||||
"hash": "c093391a219159bc4aa2849c422b38846362d74b61a4f5f7f3ac42d03db0d06e"
|
"hash": "0c7949094384a075c967bbe962a01b34e4279c062f05f08a73c41ff07f3177ef"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/gabrie30/ghorg/releases/download/v1.9.9/ghorg_Windows_i386.tar.gz",
|
"url": "https://github.com/gabrie30/ghorg/releases/download/v1.9.10/ghorg_1.9.10_Windows_i386.tar.gz",
|
||||||
"hash": "b0e29471dd1753c0824075b6065ababaedad79a1187e68b1dff6f26df908648e"
|
"hash": "01f945226dde0c732d25fcdb8da2ea534c5b4402bef57c6956b11005ecc47a8e"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "ghorg.exe",
|
"bin": "ghorg.exe",
|
||||||
@ -18,10 +18,10 @@
|
|||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/gabrie30/ghorg/releases/download/v$version/ghorg_Windows_x86_64.tar.gz"
|
"url": "https://github.com/gabrie30/ghorg/releases/download/v$version/ghorg_$version_Windows_x86_64.tar.gz"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/gabrie30/ghorg/releases/download/v$version/ghorg_Windows_i386.tar.gz"
|
"url": "https://github.com/gabrie30/ghorg/releases/download/v$version/ghorg_$version_Windows_i386.tar.gz"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user