Skip to content

Commit

Permalink
Merge pull request #199291 from Homebrew/bump-uv-0.5.5
Browse files Browse the repository at this point in the history
uv 0.5.5
  • Loading branch information
BrewTestBot authored Nov 27, 2024
2 parents 81483d0 + 055eddd commit 9abdd1b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/u/uv.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Uv < Formula
desc "Extremely fast Python package installer and resolver, written in Rust"
homepage "https://github.com/astral-sh/uv"
url "https://github.com/astral-sh/uv/archive/refs/tags/0.5.4.tar.gz"
sha256 "3c1c95bcc99930b929e18665d7691b219ce4bef3555711a9be80139c183b9595"
url "https://github.com/astral-sh/uv/archive/refs/tags/0.5.5.tar.gz"
sha256 "48108de0a14dd91acf4ce73e1b28abb24f54969a3a477389b81e362ec2c098e5"
license any_of: ["Apache-2.0", "MIT"]
head "https://github.com/astral-sh/uv.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "690bead24b3e885611e6d62f40152811d12865a03ad094c1528b19defa3a5eab"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5eecc61149326e379504c16ababcaf1ba89d1d00d98cf3e2d6eab46dcb9de222"
sha256 cellar: :any_skip_relocation, arm64_ventura: "06fa10a4364f783dd12717942eafe84b7a91284f188a45f723ea102695c6e179"
sha256 cellar: :any_skip_relocation, sonoma: "5ba8acb4409924ff8143af31abcc5a41d6dd064c2782afca3bda7940797e7154"
sha256 cellar: :any_skip_relocation, ventura: "3038650d2eb526411c83cfe55716cdd57959a93af0bcb5438075b5dda15e4507"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c81cdb8fd4db86bc01b3452375f6d5fc7e7d1126fa00ed328ccb50d4f6f6ab6c"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "eb006c9725bfb6180a34126e94fb224514578c12df58a4ac4895ab97fad25c13"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ad38db9bde3e70ec52b9f03c00f0b79af481e7d0c7059e526379ddff319078d5"
sha256 cellar: :any_skip_relocation, arm64_ventura: "9e9b8d27f2ca033e52b03100aaf4361e20b1f20ed068ab9adad17e5193cc26e1"
sha256 cellar: :any_skip_relocation, sonoma: "5c34a49b7f66ab86965ec2a59cc1d9d9d8c78c5d8d4cd797b7a3bd329b27dc18"
sha256 cellar: :any_skip_relocation, ventura: "ea47ccb9a5abdd235064e4000471505cc025ef782236199c5965e056a1cf0e7e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d549226aa8b1e7e077292338b3c96fc656ef4dfb2afb6df5c2532bc317fc97ce"
end

depends_on "pkgconf" => :build
Expand Down

0 comments on commit 9abdd1b

Please sign in to comment.