From 9772474349be3abe9bda4eb7300e52a64e9d53d3 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 20 Aug 2021 18:00:35 +0000 Subject: [PATCH] git-filter-repo: Update to version 2.33.0 --- bucket/git-filter-repo.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/git-filter-repo.json b/bucket/git-filter-repo.json index 01699f4b39..576b1a8335 100644 --- a/bucket/git-filter-repo.json +++ b/bucket/git-filter-repo.json @@ -1,5 +1,5 @@ { - "version": "2.32.0", + "version": "2.33.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.32.0.zip", - "hash": "e6edba768dfc42622164738c7f19059f7ba0d99b6b95d6e292d6b08ed6968b3b", - "extract_dir": "git-filter-repo-2.32.0", + "url": "https://github.com/newren/git-filter-repo/archive/v2.33.0.zip", + "hash": "20269e370d81eba7d7107e2c7094ad20ad61bd35a79f8c977bfe54d8a38075c7", + "extract_dir": "git-filter-repo-2.33.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",