|
1 | 1 | class Stormy < Formula |
2 | 2 | desc "Minimal, customizable and neofetch-like weather CLI based on rainy" |
3 | 3 | 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" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/ashish0kumar/stormy.git", branch: "main" |
8 | 8 |
|
9 | 9 | 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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments