Skip to content

Commit 3b14d5e

Browse files
authored
Merge pull request #224399 from Homebrew/bump-west-1.4.0
west 1.4.0
2 parents f935239 + 57c7299 commit 3b14d5e

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

Formula/w/west.rb

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,19 @@ class West < Formula
33

44
desc "Zephyr meta-tool"
55
homepage "https://github.com/zephyrproject-rtos/west"
6-
url "https://files.pythonhosted.org/packages/d1/aa/288fc09dee13631538ad040d1b8e09f78594cdf3b53ff869c283d245bf20/west-1.3.0.tar.gz"
7-
sha256 "89320034be87099d16e75f4760ac0d1ed67e8978928e468ab993e3fba0cfe92f"
6+
url "https://files.pythonhosted.org/packages/ac/d0/4fc4d6ded3cca8736a982a33a39d2fad7a6170624323e8f7afdabd27e329/west-1.4.0.tar.gz"
7+
sha256 "908a07ae7cc334a88cb2f069b430484dfdfdda0c3422d14b9e23a43030cf9cc6"
88
license "Apache-2.0"
9-
revision 1
109
head "https://github.com/zephyrproject-rtos/west.git", branch: "main"
1110

1211
bottle do
13-
sha256 cellar: :any, arm64_sequoia: "97bf98cb70cd8be9ca4d901b9249a8f367dd0e59fd0e668dcc26ea2278132cc2"
14-
sha256 cellar: :any, arm64_sonoma: "1734f07dc4733422aca5324c07b234595fb0a53c5e97b96d286e494e87cd0ce7"
15-
sha256 cellar: :any, arm64_ventura: "43b240bd56f80e5ee9225c4de04dc9530000a1ac57bb409622b1cd05baff5c65"
16-
sha256 cellar: :any, sonoma: "a20b55ddc1f78a162f2e74b7189dc129167ad347663b2339b838c86a3141b825"
17-
sha256 cellar: :any, ventura: "523c12554f615e44ec471c5c92620bc4c0ded42266b16c871480f1bd57875491"
18-
sha256 cellar: :any_skip_relocation, arm64_linux: "4c8dcc364cc4381b8f7b6db703c166f413a19a6f931d8d48eddaed97c1603360"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "9cafa7c4ca412312cbe93dad350921ab416304de2eaf48467ed0d1329f4d9e6d"
12+
sha256 cellar: :any, arm64_sequoia: "4eca7a6dd5aba30489c779ce193b625af5589963aefac6ae2f70eb5d68b14f5d"
13+
sha256 cellar: :any, arm64_sonoma: "78f9966dae45009e25a768dd6ccc50d3b13b7d73e5a020d2bc089b45951d00b0"
14+
sha256 cellar: :any, arm64_ventura: "52319ab39f339b853cafe20dcb2c113cc43eb7db9fe2c037ae155da63df2cb85"
15+
sha256 cellar: :any, sonoma: "bde26447dfd9f5b7eab37c1ff049ff0308b3c7660e5a833801a1567d626f751a"
16+
sha256 cellar: :any, ventura: "a9528485221186f80f5b426dfdfc8d08d59cc2919aa06513d23b7fe25ca9e217"
17+
sha256 cellar: :any_skip_relocation, arm64_linux: "621834b79cdbde505e5ae0297a3b81e6e8e26b00ac7a9654767906973e56105e"
18+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a2c6b0472c35c5245c3b91814008fa38c545b6b7ce20ebce1bc0ce57b4128c11"
2019
end
2120

2221
depends_on "libyaml"
@@ -57,11 +56,6 @@ class West < Formula
5756
sha256 "20c86ab29ac2153f80a428e1254a8adf686d3383df04490514ca3b79a362db58"
5857
end
5958

60-
resource "setuptools" do
61-
url "https://files.pythonhosted.org/packages/9e/8b/dc1773e8e5d07fd27c1632c45c1de856ac3dbf09c0147f782ca6d990cf15/setuptools-80.7.1.tar.gz"
62-
sha256 "f6ffc5f0142b1bd8d0ca94ee91b30c0ca862ffd50826da1ea85258a06fd94552"
63-
end
64-
6559
resource "six" do
6660
url "https://files.pythonhosted.org/packages/94/e7/b2c673351809dca68a0e064b6af791aa332cf192da575fd474ed7d6f16a2/six-1.17.0.tar.gz"
6761
sha256 "ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"

0 commit comments

Comments
 (0)