2023-11-09 08:27:25 +00:00

27 lines
776 B
JSON

{
"version": "1.16.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.16.0/just-1.16.0-x86_64-pc-windows-msvc.zip",
"hash": "a15996ae91b51e779181ce20623719857d47ea1564bf235fa5ab3de9cd4c450c"
}
},
"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"
}
}
}
}