From a6377d48e68d379666d0d544d5cc6d7ff8696574 Mon Sep 17 00:00:00 2001 From: Refael Ackermann Date: Mon, 18 Aug 2025 20:37:52 -0400 Subject: [PATCH] gitoxide: add version 0.45.0 (#7042) * gitoxide: add version 0.45.0 * [suash] Dual license Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com> * [squash] hash URLs Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com> * [squash] add 32bit * gitoxide: fix autoupdate..extract_dir * [squash] suggest vcredist2022 --------- Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com> --- bucket/gitoxide.json | 50 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 bucket/gitoxide.json diff --git a/bucket/gitoxide.json b/bucket/gitoxide.json new file mode 100644 index 0000000000..5dbcbe9774 --- /dev/null +++ b/bucket/gitoxide.json @@ -0,0 +1,50 @@ +{ + "version": "0.45.0", + "description": "An idiomatic, lean, fast & safe pure Rust implementation of Git", + "homepage": "https://github.com/GitoxideLabs/gitoxide", + "license": "Apache-2.0|MIT", + "suggest": { + "vcredist": "extras/vcredist2022" + }, + "architecture": { + "32bit": { + "url": "https://github.com/GitoxideLabs/gitoxide/releases/download/v0.45.0/gitoxide-max-v0.45.0-i686-pc-windows-msvc.zip", + "hash": "84a04abf0fbaaecb19e5e0126864e7115a3daaa6a6694fa83912413b7d36b570", + "extract_dir": "gitoxide-max-v0.45.0-i686-pc-windows-msvc" + }, + "64bit": { + "url": "https://github.com/GitoxideLabs/gitoxide/releases/download/v0.45.0/gitoxide-max-v0.45.0-x86_64-pc-windows-msvc.zip", + "hash": "231f2c7bb0f65dd0cfe7f19de9336fa48a6096009dde6382e45a263a782a4a5f", + "extract_dir": "gitoxide-max-v0.45.0-x86_64-pc-windows-msvc" + }, + "arm64": { + "url": "https://github.com/GitoxideLabs/gitoxide/releases/download/v0.45.0/gitoxide-max-v0.45.0-aarch64-pc-windows-msvc.zip", + "hash": "c8d89eea77682ca331fb2387d0506267b106417695fce1417b30239ca5f0d539", + "extract_dir": "gitoxide-max-v0.45.0-aarch64-pc-windows-msvc" + } + }, + "bin": [ + "gix.exe", + "ein.exe" + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "32bit": { + "url": "https://github.com/GitoxideLabs/gitoxide/releases/download/v$version/gitoxide-max-v$version-i686-pc-windows-msvc.zip", + "extract_dir": "gitoxide-max-v$version-i686-pc-windows-msvc" + }, + "64bit": { + "url": "https://github.com/GitoxideLabs/gitoxide/releases/download/v$version/gitoxide-max-v$version-x86_64-pc-windows-msvc.zip", + "extract_dir": "gitoxide-max-v$version-x86_64-pc-windows-msvc" + }, + "arm64": { + "url": "https://github.com/GitoxideLabs/gitoxide/releases/download/v$version/gitoxide-max-v$version-aarch64-pc-windows-msvc.zip", + "extract_dir": "gitoxide-max-v$version-aarch64-pc-windows-msvc" + } + }, + "hash": { + "url": "$baseurl/hashes.sha256" + } + } +}