diff --git a/bucket/git-filter-repo.json b/bucket/git-filter-repo.json new file mode 100644 index 0000000000..1e7432ac78 --- /dev/null +++ b/bucket/git-filter-repo.json @@ -0,0 +1,20 @@ +{ + "version": "2.24.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.24.0.zip", + "hash": "ac29c368b1c9ec751ccbdc800e5ce846e221acdeb564d64c2316c522b6a5d2a2", + "extract_dir": "git-filter-repo-2.24.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" + } +}