mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-03-03 07:44:43 +00:00
git-flow-next: Add version 1.0.0 (#7683)
This commit is contained in:
parent
c8fd132657
commit
30472f4457
34
bucket/git-flow-next.json
Normal file
34
bucket/git-flow-next.json
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"version": "1.0.0",
|
||||
"description": "A modern reimplementation of git-flow in Go that offers greater flexibility while maintaining backward compatibility with the original git-flow and git-flow-avh.",
|
||||
"homepage": "https://git-flow.sh",
|
||||
"license": "BSD-2-Clause",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/gittower/git-flow-next/releases/download/v1.0.0/git-flow-next-v1.0.0-windows-amd64.zip",
|
||||
"hash": "ca0ccb362d3aeddf88287241e7d62544378675c84aca2a41864d7868c957ea0a"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/gittower/git-flow-next/releases/download/v1.0.0/git-flow-next-v1.0.0-windows-386.zip",
|
||||
"hash": "5863ea1723077afa8578ab9860637467ef30749fadc4aa370b1d16a055cd62f3"
|
||||
}
|
||||
},
|
||||
"pre_install": "Get-ChildItem \"$dir\\git-flow*.exe\" | Select-Object -First 1 | Rename-Item -NewName 'git-flow.exe'",
|
||||
"bin": "git-flow.exe",
|
||||
"checkver": {
|
||||
"github": "https://github.com/gittower/git-flow-next"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/gittower/git-flow-next/releases/download/v$version/git-flow-next-v$version-windows-amd64.zip"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/gittower/git-flow-next/releases/download/v$version/git-flow-next-v$version-windows-386.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "https://github.com/gittower/git-flow-next/releases/download/v$version/git-flow-next-v$version-checksums.txt"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user