From 354402ce8153bd875b77f1765ca9b096a4b15221 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 1 Jun 2020 17:00:15 +0000 Subject: [PATCH] git-filter-repo: Update to version 2.27.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 5065ab4cbf..21661aad3e 100644 --- a/bucket/git-filter-repo.json +++ b/bucket/git-filter-repo.json @@ -1,5 +1,5 @@ { - "version": "2.26.0", + "version": "2.27.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.26.0.zip", - "hash": "c2e248dc1fc0ece3a7bda651c1c4d87b3d2e5d4bfa0a7de2edabc7c138ae129b", - "extract_dir": "git-filter-repo-2.26.0", + "url": "https://github.com/newren/git-filter-repo/archive/v2.27.0.zip", + "hash": "f2be00fe233814dc76fac19708e552413d4fb46462380a6fb4d03746ac5cdc9f", + "extract_dir": "git-filter-repo-2.27.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",