Skip to content

Commit a639513

Browse files
authored
Merge pull request #230168 from Homebrew/bump-stormy-0.2.3
stormy 0.2.3
2 parents 86be30a + ddef29e commit a639513

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/s/stormy.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Stormy < Formula
22
desc "Minimal, customizable and neofetch-like weather CLI based on rainy"
33
homepage "https://github.com/ashish0kumar/stormy"
4-
url "https://github.com/ashish0kumar/stormy/archive/refs/tags/v0.2.2.tar.gz"
5-
sha256 "573c614ab5325e4238e1c6cc18a41e8fa1186b8379212e4c3840377f53ed1e3b"
4+
url "https://github.com/ashish0kumar/stormy/archive/refs/tags/v0.2.3.tar.gz"
5+
sha256 "f07e4e3055ace0f2fa5db0364dde4aa7829055b8b1890a6871e833c987cc6ceb"
66
license "MIT"
77
head "https://github.com/ashish0kumar/stormy.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0385666c87702739a3f989df1116bbc10bc1331720b1ed3c0b330f70e86d9ecd"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0385666c87702739a3f989df1116bbc10bc1331720b1ed3c0b330f70e86d9ecd"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "0385666c87702739a3f989df1116bbc10bc1331720b1ed3c0b330f70e86d9ecd"
13-
sha256 cellar: :any_skip_relocation, sonoma: "fe6d8d942bdbe671d13ccc08cf2c1c930f11bc52eb828cd9915c474d9f13ed25"
14-
sha256 cellar: :any_skip_relocation, ventura: "fe6d8d942bdbe671d13ccc08cf2c1c930f11bc52eb828cd9915c474d9f13ed25"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "93d1af2e4679bf0d1d273706a970133c3534fe1c19dd065d5c3c61630fab3cde"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d3c89bacf10510e274d11adc4c2bc3c7ae4a70fdcf00c505a94a0fd103765561"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d3c89bacf10510e274d11adc4c2bc3c7ae4a70fdcf00c505a94a0fd103765561"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "d3c89bacf10510e274d11adc4c2bc3c7ae4a70fdcf00c505a94a0fd103765561"
13+
sha256 cellar: :any_skip_relocation, sonoma: "1d2eec31312292c3b8323eb8b5bb6f050ba3555be3e4bbcc7661447eaf0773f7"
14+
sha256 cellar: :any_skip_relocation, ventura: "1d2eec31312292c3b8323eb8b5bb6f050ba3555be3e4bbcc7661447eaf0773f7"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c597ee33ae26b1afa966e36c06bc85cc8108bf2f4999e2386d3095757a99b8f1"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)