mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-04 19:14:48 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "4.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/v4.0.2/pueue-x86_64-pc-windows-msvc.exe#/pueue.exe",
|
|
"https://github.com/Nukesor/pueue/releases/download/v4.0.2/pueued-x86_64-pc-windows-msvc.exe#/pueued.exe"
|
|
],
|
|
"hash": [
|
|
"4faad1155a6c0ff18c06d1e9aee3418e55d0a52d0919563d4035578d27bc3fbb",
|
|
"f55c7e5967d9e68d5fb7d57ccf2b6ef1dc0bc5c5c5807d96bce283c1602e154b"
|
|
]
|
|
}
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|