mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
17 lines
580 B
JSON
17 lines
580 B
JSON
{
|
|
"version": "0.30",
|
|
"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.30/GitTfs-0.30.0.zip",
|
|
"hash": "30316FF3EABF8784E47EB3DF87564F68F9E0050AFC9FB20056E3B2D90D4BE99B",
|
|
"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"
|
|
}
|
|
}
|