Skip to content

Commit

Permalink
Merge pull request #200564 from Homebrew/bump-xonsh-0.19.0
Browse files Browse the repository at this point in the history
xonsh 0.19.0
  • Loading branch information
BrewTestBot authored Dec 9, 2024
2 parents 8634776 + deae656 commit 5645d29
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Formula/x/xonsh.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ class Xonsh < Formula

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4297e858130c4f8040dd94d828049647d999a36df33ba4cb3146f870f55a760b"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fe04f285e60d0412fdfbd60c09506044801fc1a0b28d262ecc5f458bbd31b659"
sha256 cellar: :any_skip_relocation, arm64_ventura: "240a420ca9c13980c9d5b0f3905e390cfe390ba2a54cd259bf58775f1ccf1302"
sha256 cellar: :any_skip_relocation, sonoma: "4734881668ace4b441e7d4b84e9149896af79084e587fffc770ebdaa052162f5"
sha256 cellar: :any_skip_relocation, ventura: "c20668af0961848bdbb56a9f1554fb75d3a36a72d519d34d9539f0765383c972"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e916a9da9e0e11871221c7dbe2e5e6282fc9ccb1a52a15225b0a17713a7ff9d6"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "062d05f0ad7b0fd1485dcf7f33506180df0a2b86411774f8d4883a2aeba36d11"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2509565fcdf8659904c12f101442b772ee836f1c921b20d2e9445257084570d3"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1bce50a7bf04254fe24cfc360e453b4b23bdddac6826a2de681caee135210dff"
sha256 cellar: :any_skip_relocation, sonoma: "11335c504ea06eca60e209735f5c0a9a4947c22eecb1e10de70ddc15b529f939"
sha256 cellar: :any_skip_relocation, ventura: "39a75eb7df88f7a793209417cbde9d76cf0755b2ca240a2d314f5fccd64f9c6a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "faa7d91758ac13cfb4e1546afa6f6afe351618a41e1e043c2498e6c8a020e584"
end

depends_on "[email protected]"
Expand All @@ -35,8 +35,8 @@ class Xonsh < Formula
end

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

resource "wcwidth" do
Expand Down

0 comments on commit 5645d29

Please sign in to comment.