diff --git a/Formula/u/uv.rb b/Formula/u/uv.rb index bcecd671ce9af..a6ac385a0c015 100644 --- a/Formula/u/uv.rb +++ b/Formula/u/uv.rb @@ -1,19 +1,19 @@ 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.3.1.tar.gz" - sha256 "6436b8ba15e74be0ca27ebf9a75b1d6b0ea60b9405bc2575c1bca40795c1abeb" + url "https://github.com/astral-sh/uv/archive/refs/tags/0.3.2.tar.gz" + sha256 "f81ecd38dbaad3664084549a7f2152b6042a1984e2cee3b0d5f90751a8dc9ad3" 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_sonoma: "c44de63c6b70b510242c3e8aeefcf4c81045584297064a36d2540dcd851070f1" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c706635c4c48066ee3043ad6c50ab2172f1e04a7b02bf1e3b53c99d31ca4460e" - sha256 cellar: :any_skip_relocation, arm64_monterey: "f5c4c08bb30b85d97dbe53e8b3924b57c94dd2b2dccee1342a26f1603d57c66b" - sha256 cellar: :any_skip_relocation, sonoma: "4c8f4b7302065b7089c9bfe52047c01a829f9b2e78dcfe40659e9d7afc31e6ab" - sha256 cellar: :any_skip_relocation, ventura: "debdfbdf3276de78fff79dc9db8a2d2cfead0ae9a43abc0f3ffdda8e18ca4a80" - sha256 cellar: :any_skip_relocation, monterey: "24780081838655714f8fbcf3995c5aa6675f14eb44713945d273e45b5eaa5297" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5ec436bbc1716be9e494d30f6b5da37f81b6fd52d9abda40d1d6b7d024dfc486" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0db1c422dc321a0237bc3283c34f4352a99e962e519ab60ba96a893a717d3e22" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4228f19bf34baadac0bbbf631e087b667721aa7cd53d2c7005abb73f16afe709" + sha256 cellar: :any_skip_relocation, arm64_monterey: "0ad80ee865b550fdc05b4543de0f4cd68fc8fd2279373c6193aae1c4e18405b0" + sha256 cellar: :any_skip_relocation, sonoma: "d2edba6a218b91ea5cea03448fc322286e03c4c4db82136fb23ea982a4a7afc5" + sha256 cellar: :any_skip_relocation, ventura: "89c86b95beba96f5d1041f2a41d84235c6e02f49b1c3874e0bd887d74c0e954a" + sha256 cellar: :any_skip_relocation, monterey: "7f8825c37db5a05480ffdeb14f8ce7109976c1fc1874ff1ba77bf7d84a8e6eb8" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1516dc7de62dd61bfbebdde087fdea108e981dcf1745ac8b294501b14c4cfdd9" end depends_on "pkg-config" => :build