mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-04 02:54:48 +00:00
51 lines
2.2 KiB
JSON
51 lines
2.2 KiB
JSON
{
|
|
"version": "0.49.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.49.0/gitoxide-max-v0.49.0-i686-pc-windows-msvc.zip",
|
|
"hash": "fad4d02f8b79e87fb3e44d9d50cd2ae38328fb9aafcd44d29dbc537db110ef42",
|
|
"extract_dir": "gitoxide-max-v0.49.0-i686-pc-windows-msvc"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/GitoxideLabs/gitoxide/releases/download/v0.49.0/gitoxide-max-v0.49.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "e190dfce1107450ca3b71a56e90b97b2e0650261036d47300816dca26240a8f9",
|
|
"extract_dir": "gitoxide-max-v0.49.0-x86_64-pc-windows-msvc"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/GitoxideLabs/gitoxide/releases/download/v0.49.0/gitoxide-max-v0.49.0-aarch64-pc-windows-msvc.zip",
|
|
"hash": "500e593e9ed3e49a058e3f36d0c42be635438b57f32bb078e2835bdeca58206a",
|
|
"extract_dir": "gitoxide-max-v0.49.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"
|
|
}
|
|
}
|
|
}
|