mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 04:31:27 +00:00
17 lines
584 B
JSON
17 lines
584 B
JSON
{
|
|
"version": "0.33.0",
|
|
"description": "A Git/TFS bridge, similar to git-svn.",
|
|
"homepage": "https://git-tfs.com",
|
|
"license": "Apache-2.0",
|
|
"depends": "git",
|
|
"url": "https://github.com/git-tfs/git-tfs/releases/download/v0.33.0/GitTfs-0.33.0.zip",
|
|
"hash": "6f0f391718057cb67722f5058bc88060a14155e50ad2f7083a0813310a7dcc0f",
|
|
"bin": "git-tfs.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/git-tfs/git-tfs"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/git-tfs/git-tfs/releases/download/v$version/GitTfs-$version.zip"
|
|
}
|
|
}
|