mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-03 06:24:27 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "1.8.5",
|
|
"description": "Quickly clone an entire org/users repositories into one directory - Supports GitHub, GitLab, Bitbucket, and more",
|
|
"homepage": "https://github.com/gabrie30/ghorg",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/gabrie30/ghorg/releases/download/v1.8.5/ghorg_1.8.5_Windows_x86_64.tar.gz",
|
|
"hash": "9bdbe7da00da8023f9f8dee48eb57dcdd04e437ef576fb68a0ef5b86a292f07b"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gabrie30/ghorg/releases/download/v1.8.5/ghorg_1.8.5_Windows_i386.tar.gz",
|
|
"hash": "8c961fef70ec2ccef1747d74e1dc4cf8217e1935d3b0e7f455798766ace0685f"
|
|
}
|
|
},
|
|
"bin": "ghorg.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/gabrie30/ghorg/releases/download/v$version/ghorg_$version_Windows_x86_64.tar.gz"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gabrie30/ghorg/releases/download/v$version/ghorg_$version_Windows_i386.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|