Skip to content

Commit 5645d29

Browse files
authored
Merge pull request #200564 from Homebrew/bump-xonsh-0.19.0
xonsh 0.19.0
2 parents 8634776 + deae656 commit 5645d29

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Formula/x/xonsh.rb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ class Xonsh < Formula
33

44
desc "Python-powered, cross-platform, Unix-gazing shell language and command prompt"
55
homepage "https://xon.sh/"
6-
url "https://files.pythonhosted.org/packages/d5/b1/c636b3dd0aad77bc45b6344c0aa4dd19694ebb67052b24bfdef35c23cd3c/xonsh-0.18.4.tar.gz"
7-
sha256 "5ab71e3bd0650036995b457ce91f96be81fb3ef2959173e0396e7e83042e2952"
6+
url "https://files.pythonhosted.org/packages/13/23/3631d79cd40d32af13dba303a212a8a1879177dd1f9a5ebd04eee8779650/xonsh-0.19.0.tar.gz"
7+
sha256 "e90cd1a5d7f3ad576c9572b161cb37a1c27872fbb1f5707566bb4a38c6c897af"
88
license "BSD-2-Clause-Views"
99
head "https://github.com/xonsh/xonsh.git", branch: "main"
1010

1111
bottle do
12-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4297e858130c4f8040dd94d828049647d999a36df33ba4cb3146f870f55a760b"
13-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fe04f285e60d0412fdfbd60c09506044801fc1a0b28d262ecc5f458bbd31b659"
14-
sha256 cellar: :any_skip_relocation, arm64_ventura: "240a420ca9c13980c9d5b0f3905e390cfe390ba2a54cd259bf58775f1ccf1302"
15-
sha256 cellar: :any_skip_relocation, sonoma: "4734881668ace4b441e7d4b84e9149896af79084e587fffc770ebdaa052162f5"
16-
sha256 cellar: :any_skip_relocation, ventura: "c20668af0961848bdbb56a9f1554fb75d3a36a72d519d34d9539f0765383c972"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "e916a9da9e0e11871221c7dbe2e5e6282fc9ccb1a52a15225b0a17713a7ff9d6"
12+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "062d05f0ad7b0fd1485dcf7f33506180df0a2b86411774f8d4883a2aeba36d11"
13+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2509565fcdf8659904c12f101442b772ee836f1c921b20d2e9445257084570d3"
14+
sha256 cellar: :any_skip_relocation, arm64_ventura: "1bce50a7bf04254fe24cfc360e453b4b23bdddac6826a2de681caee135210dff"
15+
sha256 cellar: :any_skip_relocation, sonoma: "11335c504ea06eca60e209735f5c0a9a4947c22eecb1e10de70ddc15b529f939"
16+
sha256 cellar: :any_skip_relocation, ventura: "39a75eb7df88f7a793209417cbde9d76cf0755b2ca240a2d314f5fccd64f9c6a"
17+
sha256 cellar: :any_skip_relocation, x86_64_linux: "faa7d91758ac13cfb4e1546afa6f6afe351618a41e1e043c2498e6c8a020e584"
1818
end
1919

2020
depends_on "[email protected]"
@@ -35,8 +35,8 @@ class Xonsh < Formula
3535
end
3636

3737
resource "setproctitle" do
38-
url "https://files.pythonhosted.org/packages/ff/e1/b16b16a1aa12174349d15b73fd4b87e641a8ae3fb1163e80938dbbf6ae98/setproctitle-1.3.3.tar.gz"
39-
sha256 "c913e151e7ea01567837ff037a23ca8740192880198b7fbb90b16d181607caae"
38+
url "https://files.pythonhosted.org/packages/ae/4e/b09341b19b9ceb8b4c67298ab4a08ef7a4abdd3016c7bb152e9b6379031d/setproctitle-1.3.4.tar.gz"
39+
sha256 "3b40d32a3e1f04e94231ed6dfee0da9e43b4f9c6b5450d53e6dd7754c34e0c50"
4040
end
4141

4242
resource "wcwidth" do

0 commit comments

Comments
 (0)