mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
22 lines
949 B
JSON
22 lines
949 B
JSON
{
|
|
"version": "2.34.0",
|
|
"description": "git filter-branch replacement",
|
|
"homepage": "https://github.com/newren/git-filter-repo",
|
|
"license": "MIT",
|
|
"notes": "Using Python 3",
|
|
"suggest": {
|
|
"Python 3": "python"
|
|
},
|
|
"url": "https://github.com/newren/git-filter-repo/archive/v2.34.0.zip",
|
|
"hash": "6425c8d7f60cabf1afec27673658e1ee5f6acab02f4363cc3f06a6089f1d8ab4",
|
|
"extract_dir": "git-filter-repo-2.34.0",
|
|
"pre_install": "Set-Content -Path \"$dir\\git-filter-repo.ps1\" -Value \"python3 '$dir\\git-filter-repo' @args\"",
|
|
"post_install": "New-Item -ItemType SymbolicLink -Path \"$dir\\contrib\\filter-repo-demos\\git_filter_repo.py\" -Target \"$dir\\git-filter-repo\" | Out-Null",
|
|
"bin": "git-filter-repo.ps1",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"url": "https://github.com/newren/git-filter-repo/archive/v$version.zip",
|
|
"extract_dir": "git-filter-repo-$version"
|
|
}
|
|
}
|