ScoopInstaller_Main/bucket/git-filter-repo.json
2025-03-02 17:11:28 +08:00

25 lines
895 B
JSON

{
"version": "2.47.0",
"description": "git filter-branch replacement",
"homepage": "https://github.com/newren/git-filter-repo",
"license": "MIT",
"suggest": {
"Git": "git",
"Python 3": "python"
},
"url": "https://github.com/newren/git-filter-repo/archive/v2.47.0.zip#/dl.zip_",
"hash": "8f3d099bf91ceac6cae60d79aac701e9bc08fd0eed67c601cc5dd401d5788871",
"installer": {
"script": [
"Rename-Item -Path \"$dir\\dl.zip_\" -NewName dl.zip",
"Expand-ZipArchive -Path \"$dir\\dl.zip\" -DestinationPath \"$dir\" -Removal",
"Move-Item \"$dir\\git-filter-repo-*\\*\" \"$dir\"; Remove-Item \"$dir\\git-filter-repo-*\""
]
},
"bin": "git-filter-repo",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/newren/git-filter-repo/archive/v$version.zip#/dl.zip_"
}
}