2022-03-31 20:29:06 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2.0.2",
"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.0.2/pueue-windows-x86_64.exe#/pueue.exe",
"https://github.com/Nukesor/pueue/releases/download/v2.0.2/pueued-windows-x86_64.exe#/pueued.exe"
],
"hash": [
"ccb503b1d704b57aa2cfe63f287e91b836faff2526cfb5d6aa8546042336d8ae",
"8683e24c2011be7e8d13ed8d36f557859e6539a41e478937cb9a05034e2ab973"
]
}
},
"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"
]
}
}
}
}