From 30472f4457468983042e2e8bb8b7b2cda7d47377 Mon Sep 17 00:00:00 2001 From: z-Fng <54583083+z-Fng@users.noreply.github.com> Date: Wed, 25 Feb 2026 15:06:53 +0000 Subject: [PATCH] git-flow-next: Add version 1.0.0 (#7683) --- bucket/git-flow-next.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 bucket/git-flow-next.json diff --git a/bucket/git-flow-next.json b/bucket/git-flow-next.json new file mode 100644 index 0000000000..d2fd82c87e --- /dev/null +++ b/bucket/git-flow-next.json @@ -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" + } + } +}