Skip to content

Commit

Permalink
Merge pull request #185665 from Homebrew/bump-uv-0.4.9
Browse files Browse the repository at this point in the history
uv 0.4.9
  • Loading branch information
BrewTestBot authored Sep 11, 2024
2 parents 7388392 + b5e5ebb commit 08ad1a9
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions Formula/u/uv.rb
Original file line number Diff line number Diff line change
@@ -1,20 +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.4.8.tar.gz"
sha256 "31ac7cd849aef1a719c0f4fa837487b84da87f17309b822658e7dacfc8a1db08"
url "https://github.com/astral-sh/uv/archive/refs/tags/0.4.9.tar.gz"
sha256 "c0e2b2eb4c8c674f95fe96496fa70a5e3984958a3baf15623710bbd253219f49"
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: "3ffc7b8309149f553ba55d800dbae9703e37cfad02a24f2d4b5d106e2514dbc1"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "714f75fb62a25cfb60dda4c1465364caa81fb3938e5fbe337c0a81c68a9aa125"
sha256 cellar: :any_skip_relocation, arm64_ventura: "89abcfff5c055c6dd30b002c46ee8f385b6bd3fdfe4f55133eb7a3a0be276ab4"
sha256 cellar: :any_skip_relocation, arm64_monterey: "7f1345fee847e5b4677622defcc454e4c47f967ac81871d232d16c8773792d67"
sha256 cellar: :any_skip_relocation, sonoma: "2a9b23a62cbe189214cca27adeb88ffa20b9102a2bcabcb1ffb68a22f9c010b5"
sha256 cellar: :any_skip_relocation, ventura: "a301c200d1fca4b1c375391860af15358dd8523c56fef857eb190af04767451a"
sha256 cellar: :any_skip_relocation, monterey: "56a0a530b860f4e54a7d717cde35fc557b94d5d8ad810ac9f34452b1a791e61a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6249e2fe70e7f21b377da680e7a89a2fc4eda3605a1e75cb58c9ee5409251d8b"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c9daedb4773176b01a2ca28497320db0ff487b7653f4f7f2495b93b18f7f28d0"
sha256 cellar: :any_skip_relocation, arm64_ventura: "770c847643c935e0c2c895f3680114eb9c296981ecc910316421316666066e3e"
sha256 cellar: :any_skip_relocation, arm64_monterey: "a9841eb6fa37bbf41695f69f0ac65f29408eb041fea4aca5586a085da739c984"
sha256 cellar: :any_skip_relocation, sonoma: "661a8e9d23fa558bb409478a886e088bb4951abe4d88622c7fe74ee8a5745393"
sha256 cellar: :any_skip_relocation, ventura: "6090f734974cbb39f8081062ecd62b96c54dbd7135ef17f3eab6a4de7e86ad28"
sha256 cellar: :any_skip_relocation, monterey: "6365854343cbf8b637f0a34d353c56eb7c21fff34a75d2a12c8a075c68621bb9"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9fb726d4d6e167f587a28d7680447dd9d22d32213c277bad5e63add9751ddd54"
end

depends_on "pkg-config" => :build
Expand Down

0 comments on commit 08ad1a9

Please sign in to comment.