From d3ea6d877098fdffb0b67e2404cb02e71c366587 Mon Sep 17 00:00:00 2001 From: 7IN0SAN9 Date: Tue, 4 Mar 2025 09:54:14 +0800 Subject: [PATCH] cocogitto: Add version 6.2.0 --- bucket/cocogitto.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bucket/cocogitto.json diff --git a/bucket/cocogitto.json b/bucket/cocogitto.json new file mode 100644 index 0000000000000..d99e3844d7937 --- /dev/null +++ b/bucket/cocogitto.json @@ -0,0 +1,24 @@ +{ + "version": "6.2.0", + "description": "The Conventional Commits toolbox", + "homepage": "https://docs.cocogitto.io/", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/cocogitto/cocogitto/releases/download/6.2.0/cocogitto-6.2.0-x86_64-pc-windows-msvc.tar.gz", + "hash": "3cd95fae1a3dc2f18c592eaee8ab7cf8dbd19cdc1254f16ad31397073bd9acf4" + } + }, + "extract_dir": "x86_64-pc-windows-msvc", + "bin": "cog.exe", + "checkver": { + "github": "https://github.com/cocogitto/cocogitto" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/cocogitto/cocogitto/releases/download/$version/cocogitto-$version-x86_64-pc-windows-msvc.tar.gz" + } + } + } +}