mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
20 lines
778 B
JSON
20 lines
778 B
JSON
{
|
|
"version": "2.45.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.45.0.zip",
|
|
"hash": "d8c102590f8167b58f04a548eaf7e87073711b55c8f1bfba046c643d1e1eaac5",
|
|
"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"
|
|
}
|
|
}
|