mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-22 19:34:38 +00:00
51 lines
2.2 KiB
JSON
51 lines
2.2 KiB
JSON
{
|
|
"version": "0.48.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.48.0/gitoxide-max-v0.48.0-i686-pc-windows-msvc.zip",
|
|
"hash": "a6818e9d64346d3e976151046c51875969ffb647aa3d9fd91a9cfecfcf734fa7",
|
|
"extract_dir": "gitoxide-max-v0.48.0-i686-pc-windows-msvc"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/GitoxideLabs/gitoxide/releases/download/v0.48.0/gitoxide-max-v0.48.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "f448fd267315f3676baf251f264691edbaecb7ec45ce86824123f5bbf0d56629",
|
|
"extract_dir": "gitoxide-max-v0.48.0-x86_64-pc-windows-msvc"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/GitoxideLabs/gitoxide/releases/download/v0.48.0/gitoxide-max-v0.48.0-aarch64-pc-windows-msvc.zip",
|
|
"hash": "1f0414a0ea10ed75c185e1639a7220399c8dfb61dfe1e286fc7f39022d9d3cd1",
|
|
"extract_dir": "gitoxide-max-v0.48.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"
|
|
}
|
|
}
|
|
}
|