Skip to content

Commit

Permalink
Merge pull request #192137 from Homebrew/bump-uv-0.4.17
Browse files Browse the repository at this point in the history
uv 0.4.17
  • Loading branch information
BrewTestBot committed Sep 27, 2024
2 parents a3e6aa8 + 17ceef7 commit c0a3d37
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.4.16.tar.gz"
sha256 "28c40f5456afa30fac98bb0f3fe38740d8c3bda9425c75b21044efe30c9c3278"
url "https://github.com/astral-sh/uv/archive/refs/tags/0.4.17.tar.gz"
sha256 "8fe5579b1235517992622b19f395cfd7fc86b5b532b0e42d881f424f653b324c"
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: "ad350f0365ae18c736b5270ca29dec84b63bc13d772f74bfe4a1b1d44f4e92bb"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4523723d44a9082a975aace9b2d9c749eee2cd20d8fd87e99c4a8a403f68a48a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "4925082c1e28032c6845baecbc32b55b9d43911e646d0378f66c5a454cb5e860"
sha256 cellar: :any_skip_relocation, sonoma: "e0a2d83d00224115d3f178ede0965524d9440cb8075dfb70bc67d0940b80a6d9"
sha256 cellar: :any_skip_relocation, ventura: "1f19d6aa180cf964f704a96b650153f57c7e4518b9d8f54999d6c3242d71b038"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2ef51771958b805593ce7ee9e75cb00e37882454e91185035fa643a3feef1d70"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "45a78d07374986b3c622a0eb9cb26cbb58725f58e60b48ca4295bafdea454301"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "157a594236fae7abd0298a9311b5d127d47ba1b2991197a3acc20fcd4bd18d0f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "20124bc836f1dda0d923a6119f374a35de7af799672daf8aa9681dd1914b7a7d"
sha256 cellar: :any_skip_relocation, sonoma: "ec0055b503503c36ebd1bc845bfe805bb22fe7f3787ce51e417d42a56bdcab08"
sha256 cellar: :any_skip_relocation, ventura: "2be57264137615a9d3fce8586b7ac3849f3c56e4c80c33a3b97c573f74a95b84"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6c108c5b256efce272c1b2b2c59c936fafc2cc8e16897ede9e32f28c54d0bde8"
end

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

0 comments on commit c0a3d37

Please sign in to comment.