procs: Update to version 0.12.1 (#3567)

This commit is contained in:
tech189 2022-05-10 10:42:41 +01:00 committed by GitHub
parent f2a0f41d1a
commit 19ade6b136
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{
"version": "0.12.1",
"version": "0.12.2",
"description": "A modern replacement for ps(1)",
"homepage": "https://github.com/dalance/procs",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/dalance/procs/releases/download/v0.12.1/procs-v0.12.1-x86_64-win.zip",
"hash": "0ccd5e8e2f55244c602a705deafc514cae4b0847deacf67eebdb74f54691475d",
"url": "https://github.com/dalance/procs/releases/download/v0.12.2/procs-v0.12.2-x86_64-windows.zip",
"hash": "e313abc8d56af2640ec3e6e83f281833cad862db665fba5054e914bfe3540047",
"extract_dir": "target\\x86_64-pc-windows-msvc\\release"
}
},
@ -15,7 +15,7 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/dalance/procs/releases/download/v$version/procs-v$version-x86_64-win.zip"
"url": "https://github.com/dalance/procs/releases/download/v$version/procs-v$version-x86_64-windows.zip"
}
}
}