sh4869221b a8311f6de5
pueue: fix autoupdate url (#6622)
Co-authored-by: sh4869221b <sh4869221b@gmil.com>
2025-03-30 17:49:20 +08:00

34 lines
1.2 KiB
JSON

{
"version": "4.0.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/v4.0.0/pueue-x86_64-pc-windows-msvc.exe#/pueue.exe",
"https://github.com/Nukesor/pueue/releases/download/v4.0.0/pueued-x86_64-pc-windows-msvc.exe#/pueued.exe"
],
"hash": [
"bb28093d99b2f38bd387c2b29aaa02d99df423a88dc9cec91a2754bf85e1b3d4",
"94b15ac7673d5f61a5a0a055cef4f1037365421e8fcfa702bd4587784f053d0e"
]
}
},
"bin": [
"pueue.exe",
"pueued.exe"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": [
"https://github.com/Nukesor/pueue/releases/download/v$version/pueue-x86_64-pc-windows-msvc.exe#/pueue.exe",
"https://github.com/Nukesor/pueue/releases/download/v$version/pueued-x86_64-pc-windows-msvc.exe#/pueued.exe"
]
}
}
}
}