2025-11-13 00:40:55 +00:00

27 lines
776 B
JSON

{
"version": "1.43.1",
"description": "A command runner written in rust",
"homepage": "https://just.systems",
"license": "CC0-1.0",
"suggest": {
"fzf": "fzf"
},
"architecture": {
"64bit": {
"url": "https://github.com/casey/just/releases/download/1.43.1/just-1.43.1-x86_64-pc-windows-msvc.zip",
"hash": "9109a5fa04f3428fea7fe4bc7898742a65f087c4da1f1b004fb3a23f3f4e6140"
}
},
"bin": "just.exe",
"checkver": {
"github": "https://github.com/casey/just"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/casey/just/releases/download/$version/just-$version-x86_64-pc-windows-msvc.zip"
}
}
}
}