2023-02-09 01:58:59 +00:00

34 lines
1.2 KiB
JSON

{
"version": "3.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/v3.1.0/pueue-windows-x86_64.exe#/pueue.exe",
"https://github.com/Nukesor/pueue/releases/download/v3.1.0/pueued-windows-x86_64.exe#/pueued.exe"
],
"hash": [
"39bc2142aee307cb1e0c349608226b6b3732af3f1296de07fa57085235444177",
"6cd726abfb56f1e4ea959f675f98540ed43c72c38f59552c6739439f34e7226e"
]
}
},
"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"
]
}
}
}
}