Skip to content

Commit

Permalink
Merge pull request #204410 from Homebrew/bump-uv-0.5.19
Browse files Browse the repository at this point in the history
uv 0.5.19
  • Loading branch information
BrewTestBot authored Jan 16, 2025
2 parents 307f81c + 6dd78d2 commit b026a11
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.18.tar.gz"
sha256 "eba1085fbc0b8d0b05eb8d655cc4644e88c10c2395d0352b6dcb29b0a6362a1f"
url "https://github.com/astral-sh/uv/archive/refs/tags/0.5.19.tar.gz"
sha256 "4d9cccc48fb54b88bfe43f8eddd8d027b11337de58aa3f7c15428da7ddab5903"
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: "f10e73d0c59a17321d24ce57128aa5f70e3a7c66d768474dbed12ea29432c25d"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "39e0eedf37bbab3754d03ee888ac0cdaaac46295873412e181473c74854b9321"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1dff6f6e329ed350144c24f448cc9f7c28957f01468a9314a9dad8483dfee6e9"
sha256 cellar: :any_skip_relocation, sonoma: "390dd120a8e4659776c18f62e7a3109516258e09ad17bb407dfe4bdd1191fa62"
sha256 cellar: :any_skip_relocation, ventura: "00462562f7d0b58b67b70bbd1970315477610a80b08ba32774ec6cdbc97c84fe"
sha256 cellar: :any_skip_relocation, x86_64_linux: "eae712bdd7eb8fda04924ecb34bdd56f5281ff804973a5231313e83f1968f1ff"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "716f930a3dc57dc7ca48722c6a98398a8209e47fa3371fbd443ff3eb3f37dc59"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6e607bbe581a80b04bff64285c6fd6a67887c0acba8a8588a9371ad1d28e288a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "44736b4cd7fcf68a73553045a6640e277e3e444fdba72af145bccbe0de09f41e"
sha256 cellar: :any_skip_relocation, sonoma: "59b77509141896fb4bce8d45582635637db3296befe35b6cdf2f0338244a7460"
sha256 cellar: :any_skip_relocation, ventura: "60e572d91ca1267759128a9a5d19ced9632aa803d05d8f440fdad02eea2c2d32"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7a66023c77ce928392354d4dd9d93c83ba03726677fcd75f3ee6e373a04f272d"
end

depends_on "pkgconf" => :build
Expand Down

0 comments on commit b026a11

Please sign in to comment.