mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
21 lines
804 B
JSON
21 lines
804 B
JSON
{
|
|
"version": "2.25.0",
|
|
"description": "git filter-branch replacement",
|
|
"homepage": "https://github.com/newren/git-filter-repo",
|
|
"license": "MIT",
|
|
"suggest": {
|
|
"Python 3": "python"
|
|
},
|
|
"notes": "Python 3 installation is needed.",
|
|
"url": "https://github.com/newren/git-filter-repo/archive/v2.25.0.zip",
|
|
"hash": "d48b36f917180bcd2aed4d522a00d08ebfc773185e804a5eabfa047c4247a8f9",
|
|
"extract_dir": "git-filter-repo-2.25.0",
|
|
"pre_install": "Set-Content -Path \"$dir\\git-filter-repo.ps1\" -Value \"python3 '$dir\\git-filter-repo' @args\"",
|
|
"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"
|
|
}
|
|
}
|