mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "4.0.1",
|
|
"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.1/pueue-x86_64-pc-windows-msvc.exe#/pueue.exe",
|
|
"https://github.com/Nukesor/pueue/releases/download/v4.0.1/pueued-x86_64-pc-windows-msvc.exe#/pueued.exe"
|
|
],
|
|
"hash": [
|
|
"1ac310e87cf2333a5852cecb9519c4b8f07ec0701c81aff3a82638dd0202c65c",
|
|
"de1274b4d369f31efa1df0a75eb810954666a87109f6a2594a1b777517740601"
|
|
]
|
|
}
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|