ScoopInstaller_Main/bucket/gitoxide.json
Refael Ackermann a6377d48e6
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>
2025-08-19 10:37:52 +10:00

51 lines
2.2 KiB
JSON

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