mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-15 08:05:14 +00:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"version": "1.11.7",
|
|
"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.11.7/ghorg_1.11.7_Windows_x86_64.tar.gz",
|
|
"hash": "010ea7698864a707c09f5580f9bdd07451c6eb6a79e5f76e16be6bec23fcf0a5"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gabrie30/ghorg/releases/download/v1.11.7/ghorg_1.11.7_Windows_i386.tar.gz",
|
|
"hash": "00a24d4644b48b26614b7299de51db3417e868e26360041e8d618ea18091513f"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/gabrie30/ghorg/releases/download/v1.11.7/ghorg_1.11.7_Windows_arm64.tar.gz",
|
|
"hash": "5af7fa967437d83659202ae27288a8ac2131d82e0e963162c68d90db18532dd3"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/gabrie30/ghorg/releases/download/v$version/ghorg_$version_Windows_arm64.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|