From 08906d6405e8f57e7bfa01d1df930ed9ad6d6d8c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 08:28:19 +0000 Subject: [PATCH] git-filter-repo: Update to version 2.45.0 --- bucket/git-filter-repo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/git-filter-repo.json b/bucket/git-filter-repo.json index 6a9eed723d..8d1cd9a887 100644 --- a/bucket/git-filter-repo.json +++ b/bucket/git-filter-repo.json @@ -1,5 +1,5 @@ { - "version": "2.38.0", + "version": "2.45.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.38.0.zip", - "hash": "b8c76eac0a20a0bac47d0321c5093f4a5d50f6312273c3f3a7d9a60791378212", + "url": "https://github.com/newren/git-filter-repo/archive/v2.45.0.zip", + "hash": "d8c102590f8167b58f04a548eaf7e87073711b55c8f1bfba046c643d1e1eaac5", "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",