git-filter-repo: Fix decompress error (#6519)

Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
This commit is contained in:
Leo Liu 2025-02-13 08:18:21 -08:00 committed by GitHub
parent b70c1d49ca
commit dc73ef4bbf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
}
}