glances 3.1.1
Closes #42083. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
d059f0af2c
commit
796664dab3
1 changed files with 9 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
class Glances < Formula
|
||||
desc "Alternative to top/htop"
|
||||
homepage "https://nicolargo.github.io/glances/"
|
||||
url "https://github.com/nicolargo/glances/archive/v3.1.0.tar.gz"
|
||||
sha256 "56e67aee5960ecb575a7277e87b06d305ec87d2108f65860d13d9111d320bdf5"
|
||||
url "https://github.com/nicolargo/glances/archive/v3.1.1.tar.gz"
|
||||
sha256 "2fd826d39ed77bcc3656dfff15b4cb3613de9caae0f8e26bd578913110e189fb"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
@ -58,6 +58,11 @@ class Glances < Formula
|
|||
sha256 "cf6cf834b6d0172dac5e704c398a11d1917cf61f15d32b79b1ddad4cd673c4b1"
|
||||
end
|
||||
|
||||
resource "future" do
|
||||
url "https://files.pythonhosted.org/packages/90/52/e20466b85000a181e1e144fd8305caf2cf475e2f9674e797b222f8105f5f/future-0.17.1.tar.gz"
|
||||
sha256 "67045236dcfd6816dc439556d009594abf643e5eb48992e36beac09c2ca659b8"
|
||||
end
|
||||
|
||||
resource "idna" do
|
||||
url "https://files.pythonhosted.org/packages/ad/13/eb56951b6f7950cadb579ca166e448ba77f9d24efc03edd7e55fa57d04b7/idna-2.8.tar.gz"
|
||||
sha256 "c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407"
|
||||
|
@ -124,8 +129,8 @@ class Glances < Formula
|
|||
end
|
||||
|
||||
resource "psutil" do
|
||||
url "https://files.pythonhosted.org/packages/2f/b8/11ec5006d2ec2998cb68349b8d1317c24c284cf918ecd6729739388e4c56/psutil-5.6.1.tar.gz"
|
||||
sha256 "fa0a570e0a30b9dd618bffbece590ae15726b47f9f1eaf7518dfb35f4d7dcd21"
|
||||
url "https://files.pythonhosted.org/packages/1c/ca/5b8c1fe032a458c2c4bcbe509d1401dca9dda35c7fc46b36bb81c2834740/psutil-5.6.3.tar.gz"
|
||||
sha256 "863a85c1c0a5103a12c05a35e59d336e1d665747e531256e061213e2e90f63f3"
|
||||
end
|
||||
|
||||
resource "py-cpuinfo" do
|
||||
|
|
Loading…
Reference in a new issue