Skip to content

Commit

Permalink
Merge pull request #201865 from Homebrew/bump-uv-0.5.11
Browse files Browse the repository at this point in the history
uv 0.5.11
  • Loading branch information
BrewTestBot authored Dec 20, 2024
2 parents 2913e84 + 462fbdd commit cb713b2
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.10.tar.gz"
sha256 "493bd38750b397ed5c361fdb28a007186d13e5fa7d46bc997b3a1eff12a839f5"
url "https://github.com/astral-sh/uv/archive/refs/tags/0.5.11.tar.gz"
sha256 "4f581e0903285e3228f55967f7094f3311a06aa3ec4e4ea3bf7438702fb776d6"
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: "997a40bfa31b5321ac68144b1290be083801e5af185c8ee28b90307da728f72a"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "742f4280c6d037d21571e3e8f067f2d228d3bf147c718358b974e30fe324b069"
sha256 cellar: :any_skip_relocation, arm64_ventura: "267a28b039db383c238c89dcdbf53b90dd7d870d2dc9c18af0954dc535fc71af"
sha256 cellar: :any_skip_relocation, sonoma: "f3de4f3b265b136d9ad100b77392b74a6f7b62577941411c060fe574af128209"
sha256 cellar: :any_skip_relocation, ventura: "fe87682760ddbefff4487a86d9310d3ed669b5339d1bfcaafb401218c3940307"
sha256 cellar: :any_skip_relocation, x86_64_linux: "00e19e8aa83fa53f3eee4daaac1094d17bf788b4b3a8f49984b7a34379bd042d"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "203a564a6215e8f90beea270cae25bfc650978eedeaf419048a656d87059305a"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c5cb9c1d8c3c75fe58ca33ad4e9bc200222289ec0901104643e64b233702f1a8"
sha256 cellar: :any_skip_relocation, arm64_ventura: "82405b82751ffdb5234827da81c21c704317cf2024deadafa46eb71981161ca4"
sha256 cellar: :any_skip_relocation, sonoma: "fba1bd38696d45dd73d635563c5264ecc98d913346c52c7e0d92f66667939475"
sha256 cellar: :any_skip_relocation, ventura: "51dc2228fd16668329e1c3c32f3a75b6951edbd1a8aeb1939a6b91730f95bc9c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7bd5b7833e2437a260bc866a3e529be338882f0d8a35ed7fbe0222bab0163609"
end

depends_on "pkgconf" => :build
Expand Down

0 comments on commit cb713b2

Please sign in to comment.