From dc73ef4bbf95749799ad3880bbb3dbf51513d963 Mon Sep 17 00:00:00 2001 From: Leo Liu Date: Thu, 13 Feb 2025 08:18:21 -0800 Subject: [PATCH] git-filter-repo: Fix decompress error (#6519) Co-authored-by: Hsiao-nan Cheung --- bucket/git-filter-repo.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bucket/git-filter-repo.json b/bucket/git-filter-repo.json index 8f4ce20279164..610c8ae0abb44 100644 --- a/bucket/git-filter-repo.json +++ b/bucket/git-filter-repo.json @@ -7,13 +7,12 @@ "Git": "git", "Python 3": "python" }, - "url": "https://github.com/newren/git-filter-repo/archive/v2.47.0.zip", + "url": "https://github.com/newren/git-filter-repo/archive/v2.47.0.zip#/dl.7z", "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", "checkver": "github", "autoupdate": { - "url": "https://github.com/newren/git-filter-repo/archive/v$version.zip" + "url": "https://github.com/newren/git-filter-repo/archive/v$version.zip#/dl.7z" } }