pueue: Add version 1.0.6 (#3172)

This commit is contained in:
Hsiao-nan Cheung 2022-01-11 00:29:31 +08:00 committed by GitHub
parent 422293672e
commit 1358b3d8ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

33
bucket/pueue.json Normal file
View File

@ -0,0 +1,33 @@
{
"version": "1.0.6",
"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/v1.0.6/pueue-windows-x86_64.exe#/pueue.exe",
"https://github.com/Nukesor/pueue/releases/download/v1.0.6/pueued-windows-x86_64.exe#/pueued.exe"
],
"hash": [
"b28c10ce87e66e9d2f30b5da8866cc37fffae8a07fd7fafeab17b27bee75cc9d",
"aaaff823ddf97b1fe61a4df32467fa421ba37932374564dba387fe5c635a5099"
]
}
},
"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"
]
}
}
}
}