2022-07-24 05:12:30 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2.1.0",
"description": "Command-line task management tool for sequential and parallel execution of long-running tasks.",
"homepage": "https://github.com/Nukesor/pueue",
"license": "MIT",
"architecture": {
"64bit": {
"url": [
"https://github.com/Nukesor/pueue/releases/download/v2.1.0/pueue-windows-x86_64.exe#/pueue.exe",
"https://github.com/Nukesor/pueue/releases/download/v2.1.0/pueued-windows-x86_64.exe#/pueued.exe"
],
"hash": [
"74379c103e8850d19b5ac1397647c078709d722944ec4cb4af9214f0cf0acdea",
"1f17dda8cf381a4cade473b23497d44b8462c9060153f4c36465695c356428ac"
]
}
},
"bin": [
"pueue.exe",
"pueued.exe"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": [
"https://github.com/Nukesor/pueue/releases/download/v$version/pueue-windows-x86_64.exe#/pueue.exe",
"https://github.com/Nukesor/pueue/releases/download/v$version/pueued-windows-x86_64.exe#/pueued.exe"
]
}
}
}
}