2025-01-22 20:27:57 +00:00

27 lines
776 B
JSON

{
"version": "1.39.0",
"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.39.0/just-1.39.0-x86_64-pc-windows-msvc.zip",
"hash": "b99304df08fdafaa2ea92714a0696727f7ff0cb8dd02527095aeb4419e5f6de9"
}
},
"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"
}
}
}
}