mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
pueue: fix autoupdate url (#6622)
Co-authored-by: sh4869221b <sh4869221b@gmil.com>
This commit is contained in:
parent
4dc12b294b
commit
a8311f6de5
@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"version": "3.4.1",
|
"version": "4.0.0",
|
||||||
"description": "Command-line task management tool for sequential and parallel execution of long-running tasks.",
|
"description": "Command-line task management tool for sequential and parallel execution of long-running tasks.",
|
||||||
"homepage": "https://github.com/Nukesor/pueue",
|
"homepage": "https://github.com/Nukesor/pueue",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": [
|
"url": [
|
||||||
"https://github.com/Nukesor/pueue/releases/download/v3.4.1/pueue-windows-x86_64.exe#/pueue.exe",
|
"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/v3.4.1/pueued-windows-x86_64.exe#/pueued.exe"
|
"https://github.com/Nukesor/pueue/releases/download/v4.0.0/pueued-x86_64-pc-windows-msvc.exe#/pueued.exe"
|
||||||
],
|
],
|
||||||
"hash": [
|
"hash": [
|
||||||
"ead8780f1c9d39df490d0b85a3d3d6f19bd9f351dc6ec65e3a262dcc6a547d28",
|
"bb28093d99b2f38bd387c2b29aaa02d99df423a88dc9cec91a2754bf85e1b3d4",
|
||||||
"510a45fdfdc86027e7a283ce206618395d424844303bc7861a72af78929c8a85"
|
"94b15ac7673d5f61a5a0a055cef4f1037365421e8fcfa702bd4587784f053d0e"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -24,8 +24,8 @@
|
|||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": [
|
"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/pueue-x86_64-pc-windows-msvc.exe#/pueue.exe",
|
||||||
"https://github.com/Nukesor/pueue/releases/download/v$version/pueued-windows-x86_64.exe#/pueued.exe"
|
"https://github.com/Nukesor/pueue/releases/download/v$version/pueued-x86_64-pc-windows-msvc.exe#/pueued.exe"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user