Skip to content

Commit

Permalink
git-filter-repo: Fix decompress error (#6519)
Browse files Browse the repository at this point in the history
Co-authored-by: Hsiao-nan Cheung <[email protected]>
  • Loading branch information
silver886 and niheaven authored Feb 13, 2025
1 parent b70c1d4 commit dc73ef4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bucket/git-filter-repo.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit dc73ef4

Please sign in to comment.