bottom: Update to version 0.4.1

This commit is contained in:
Jakub Čábera 2020-05-06 11:06:25 +02:00
parent a4149540b1
commit b3fbd5bbc6

View File

@ -1,17 +1,17 @@
{ {
"version": "0.4.0", "version": "0.4.1",
"description": "Graphical process/system monitor", "description": "Graphical process/system monitor",
"homepage": "https://github.com/ClementTsang/bottom", "homepage": "https://github.com/ClementTsang/bottom",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/ClementTsang/bottom/releases/download/0.4.0/bottom_x86_64-pc-windows-msvc.zip", "url": "https://github.com/ClementTsang/bottom/releases/download/0.4.1/bottom_x86_64-pc-windows-msvc.zip",
"hash": "ecde77a0323664e6443b46d61155baaa714b508a7bee72d628db91734e70467d", "hash": "106df408faacd8af214500b5fbf2042133d3d4cda0093144a643c7016807a467",
"extract_dir": "target\\x86_64-pc-windows-msvc\\release" "extract_dir": "target\\x86_64-pc-windows-msvc\\release"
}, },
"32bit": { "32bit": {
"url": "https://github.com/ClementTsang/bottom/releases/download/0.4.0/bottom_i686-pc-windows-msvc.zip", "url": "https://github.com/ClementTsang/bottom/releases/download/0.4.1/bottom_i686-pc-windows-msvc.zip",
"hash": "692ce3bd6b0f8bdeab1f57da421bdcf7ae08edc48f8f28e6d9bfb73e61836c14", "hash": "76e8507780739dc7fa90474ee6cc2bbd1db078892bb89a796dcecca6298a5403",
"extract_dir": "target\\i686-pc-windows-msvc\\release" "extract_dir": "target\\i686-pc-windows-msvc\\release"
} }
}, },