git-filter-repo: Update to version 2.47.0

This commit is contained in:
github-actions[bot] 2024-12-04 04:29:55 +00:00
parent ee914e3555
commit 9d26adc496

View File

@ -1,5 +1,5 @@
{
"version": "2.45.0",
"version": "2.47.0",
"description": "git filter-branch replacement",
"homepage": "https://github.com/newren/git-filter-repo",
"license": "MIT",
@ -7,8 +7,8 @@
"Git": "git",
"Python 3": "python"
},
"url": "https://github.com/newren/git-filter-repo/archive/v2.45.0.zip",
"hash": "d8c102590f8167b58f04a548eaf7e87073711b55c8f1bfba046c643d1e1eaac5",
"url": "https://github.com/newren/git-filter-repo/archive/v2.47.0.zip",
"hash": "8f3d099bf91ceac6cae60d79aac701e9bc08fd0eed67c601cc5dd401d5788871",
"pre_install": "Move-Item \"$dir\\git-filter-repo-*\\*\" \"$dir\"; Remove-Item \"$dir\\git-filter-repo-*\"",
"post_install": "Copy-Item \"$dir\\git-filter-repo\" \"$dir\\contrib\\filter-repo-demos\" | Out-Null",
"bin": "git-filter-repo",