diff --git a/Formula/z/zenith.rb b/Formula/z/zenith.rb index 088edf136efa9..a2c5f9301349a 100644 --- a/Formula/z/zenith.rb +++ b/Formula/z/zenith.rb @@ -1,8 +1,8 @@ class Zenith < Formula desc "In terminal graphical metrics for your *nix system" homepage "https://github.com/bvaisvil/zenith/" - url "https://github.com/bvaisvil/zenith/archive/refs/tags/0.14.0.tar.gz" - sha256 "2cbcea2625cfa97c161b974ad412a47e330f7fd31bec0479e329ed3606cfc569" + url "https://github.com/bvaisvil/zenith/archive/refs/tags/0.14.1.tar.gz" + sha256 "73d704b3cbf93506c22f3a7d98ae1a75011434a27a978dd0a7b6b30c7794423b" license "MIT" version_scheme 1 head "https://github.com/bvaisvil/zenith.git", branch: "master" @@ -13,15 +13,13 @@ class Zenith < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "222759d4a30a05dfb437fa7622d44aac816f15584d7391f0d1bfce21df3ce1cf" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a7e798fd4a122923dbc8e1918829b9e3359a7c414bc68bede6177fb7fd2453fc" - sha256 cellar: :any_skip_relocation, arm64_monterey: "a72ea12db621b2eb9243573586d3b769330742dfc8bb45a55c9708964192b123" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "f929e8ab0b948d3638012111c33813c098e7060aa3918d42cbaefb99e9c43924" - sha256 cellar: :any_skip_relocation, sonoma: "e138ce777038456d714b241ce4fc87452927495c226d0dc2faf1b5579e106702" - sha256 cellar: :any_skip_relocation, ventura: "8211610bb6b9f31578a9990bedd73fc4a31ce0e70faadfffee3b065b4cb5746d" - sha256 cellar: :any_skip_relocation, monterey: "aa08396983f63d03a509641a4eec6a471cf5f6c3402ede16be76e7b5de517b71" - sha256 cellar: :any_skip_relocation, big_sur: "a31ea9fcae037b05887b2d1cb82c01602f61b3ac4161a5e63dacce70d0a9ea05" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2326336b1c105cfeb1927684314cee9f38c5df89e27428e26264c0dec817f711" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a756e7ce1451f19ff41f5d41207cb6d7638b081399c365ef5d9ffd0c8beb3794" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b52ba65cef2bd5122e967f6115e83aaf94c7f0016f1005c45614bbf790184ecc" + sha256 cellar: :any_skip_relocation, arm64_monterey: "436fde6c104ba8f224fc7076df51b652f3ff3d9031cfcb08cd5884cde42e4125" + sha256 cellar: :any_skip_relocation, sonoma: "d4172d5c72a51ab8aebba7d4c47070b0a8cefdb40a8b73b928ddd02475dbef81" + sha256 cellar: :any_skip_relocation, ventura: "f177e534fc869dea3f2dc14f4ac29689c646991afd43b7e918b57b55d4a50395" + sha256 cellar: :any_skip_relocation, monterey: "9027e600ac7437f36f97ac6712c0d0183448b11929dc2cde6fb14153a029408c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d4c7423ab047dead7279b56bd10dea35d14b07a58f26f97fef4dd065a8c0b8e5" end depends_on "rust" => :build