Skip to content

Commit 2c0bbe3

Browse files
authored
Merge pull request Homebrew#182566 from chenrui333/bump-wego-2.3
wego 2.3
2 parents a9677f2 + b71bf0a commit 2c0bbe3

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

.github/autobump.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2806,6 +2806,7 @@ webpack
28062806
websocat
28072807
webtorrent-cli
28082808
weechat
2809+
wego
28092810
werf
28102811
wgcf
28112812
whistle

Formula/w/wego.rb

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
class Wego < Formula
22
desc "Weather app for the terminal"
33
homepage "https://github.com/schachmat/wego"
4-
url "https://github.com/schachmat/wego/archive/refs/tags/2.2.tar.gz"
5-
sha256 "e7a6d40cb44f4408aedceebbed5854b3b992936cc762df6b76f5a9dca7909321"
4+
url "https://github.com/schachmat/wego/archive/refs/tags/2.3.tar.gz"
5+
sha256 "6a7501ab537709d1d9fc04f14e5a2c5a8f99309591a8dae75260caf4a74ce567"
66
license "ISC"
77
head "https://github.com/schachmat/wego.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "85a6d02edc64b7bc6b8c3b8ae12a85a0b04d8d3692b58ac79fc87658a806867b"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "1f5b23391824baaec44fd2319999c09b6ffac91b2985889b1ea73a2974ad19ef"
12-
sha256 cellar: :any_skip_relocation, arm64_monterey: "1f5b23391824baaec44fd2319999c09b6ffac91b2985889b1ea73a2974ad19ef"
13-
sha256 cellar: :any_skip_relocation, arm64_big_sur: "1f5b23391824baaec44fd2319999c09b6ffac91b2985889b1ea73a2974ad19ef"
14-
sha256 cellar: :any_skip_relocation, sonoma: "2f89ef4a6e4da50aa1804029e2d364c3469f9d13b238484d9f0af024ac8ab25d"
15-
sha256 cellar: :any_skip_relocation, ventura: "dc2004af7cbb8e2a43f2d498784920a7352828bf4a605a2a8035c8e5fa41787b"
16-
sha256 cellar: :any_skip_relocation, monterey: "dc2004af7cbb8e2a43f2d498784920a7352828bf4a605a2a8035c8e5fa41787b"
17-
sha256 cellar: :any_skip_relocation, big_sur: "dc2004af7cbb8e2a43f2d498784920a7352828bf4a605a2a8035c8e5fa41787b"
18-
sha256 cellar: :any_skip_relocation, x86_64_linux: "6c8b6f1f1a2f2234517e996ffda49f1ee0d4c6ed648c6d08de6ccdaa2df7ef7e"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3a72b006e5227806f20935e88d2f8eb85617f32fe1c56904acb986305157885c"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "3a72b006e5227806f20935e88d2f8eb85617f32fe1c56904acb986305157885c"
12+
sha256 cellar: :any_skip_relocation, arm64_monterey: "3a72b006e5227806f20935e88d2f8eb85617f32fe1c56904acb986305157885c"
13+
sha256 cellar: :any_skip_relocation, sonoma: "b6d7829893896b8576788a0d7df2f95c59c4ca98df57af9a66f87547a14d01a3"
14+
sha256 cellar: :any_skip_relocation, ventura: "b6d7829893896b8576788a0d7df2f95c59c4ca98df57af9a66f87547a14d01a3"
15+
sha256 cellar: :any_skip_relocation, monterey: "b6d7829893896b8576788a0d7df2f95c59c4ca98df57af9a66f87547a14d01a3"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "5028e25c825625552b1788d3ce16572f52eeff6837c983279b1f5c10b44ff74e"
1917
end
2018

2119
depends_on "go" => :build

0 commit comments

Comments
 (0)