From a8e4b0c041326c321aced6517876f021183e7bcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 8 Apr 2020 13:51:11 +0200 Subject: [PATCH] bottom: Update to version 0.3.0 --- bucket/bottom.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/bottom.json b/bucket/bottom.json index c16c804f45..1fb71228d3 100644 --- a/bucket/bottom.json +++ b/bucket/bottom.json @@ -1,17 +1,17 @@ { - "version": "0.2.2", + "version": "0.3.0", "description": "Graphical process/system monitor", "homepage": "https://github.com/ClementTsang/bottom", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/ClementTsang/bottom/releases/download/0.2.2/bottom_x86_64-pc-windows-msvc.zip", - "hash": "4a400b36966154f07227906d29d10dac52e12c7d1bf37a6560046f91f01d05e9", + "url": "https://github.com/ClementTsang/bottom/releases/download/0.3.0/bottom_x86_64-pc-windows-msvc.zip", + "hash": "4c495bcca0a1fc81a9975f8a18a820865d8dcc4b6291be7d2f3473f4874a250d", "extract_dir": "target\\x86_64-pc-windows-msvc\\release" }, "32bit": { - "url": "https://github.com/ClementTsang/bottom/releases/download/0.2.2/bottom_i686-pc-windows-msvc.zip", - "hash": "c71b437cd3e870e84bbd26b428c370477927b58cb7f038cd1b2e306161e4c4e4", + "url": "https://github.com/ClementTsang/bottom/releases/download/0.3.0/bottom_i686-pc-windows-msvc.zip", + "hash": "d28234304020458c8dbc1e6bc331c63f9f557f0da70c71e1d0814ab7df0c6a1d", "extract_dir": "target\\i686-pc-windows-msvc\\release" } },