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" + } + } + } +}