git-filter-repo: Update to version 2.32.0

This commit is contained in:
Richard Kuhnt 2021-06-07 17:00:17 +00:00
parent c468e7c2a9
commit 5debdbc6cb

View File

@ -1,5 +1,5 @@
{
"version": "2.29.0",
"version": "2.32.0",
"description": "git filter-branch replacement",
"homepage": "https://github.com/newren/git-filter-repo",
"license": "MIT",
@ -7,9 +7,9 @@
"suggest": {
"Python 3": "python"
},
"url": "https://github.com/newren/git-filter-repo/archive/v2.29.0.zip",
"hash": "0fa5de4f705eb4967bc23d9e723f6e1c9d36fdb6fe51275661fb3e22ca501c63",
"extract_dir": "git-filter-repo-2.29.0",
"url": "https://github.com/newren/git-filter-repo/archive/v2.32.0.zip",
"hash": "e6edba768dfc42622164738c7f19059f7ba0d99b6b95d6e292d6b08ed6968b3b",
"extract_dir": "git-filter-repo-2.32.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",