ScoopInstaller_Main/bucket/git-filter-repo.json
2022-01-11 14:45:09 +05:30

24 lines
830 B
JSON

{
"version": "2.34.0",
"description": "git filter-branch replacement",
"homepage": "https://github.com/newren/git-filter-repo",
"license": "MIT",
"suggest": {
"Python 3": "python"
},
"url": "https://github.com/newren/git-filter-repo/archive/v2.34.0.zip",
"hash": "6425c8d7f60cabf1afec27673658e1ee5f6acab02f4363cc3f06a6089f1d8ab4",
"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.py",
"git-filter-repo"
]
],
"checkver": "github",
"autoupdate": {
"url": "https://github.com/newren/git-filter-repo/archive/v$version.zip"
}
}