ScoopInstaller_Main/bucket/git-filter-repo.json
2020-06-14 07:00:29 +00:00

22 lines
949 B
JSON

{
"version": "2.27.1",
"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.27.1.zip",
"hash": "3a3b76ad19c6878160b5df206b1536918cebc1c7ea9eb9b357eaaff48b3b0a10",
"extract_dir": "git-filter-repo-2.27.1",
"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"
}
}