Skip to content

Commit

Permalink
Merge pull request Homebrew#172224 from Homebrew/bump-uv-0.1.45
Browse files Browse the repository at this point in the history
uv 0.1.45
  • Loading branch information
BrewTestBot authored May 20, 2024
2 parents 8abf67e + eb255ea commit 0bc33e1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/u/uv.rb
Original file line number Diff line number Diff line change
@@ -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.1.44.tar.gz"
sha256 "83bde98723102af630755de3a672b21e070acdc51e2037aa4a6ed108a568f421"
url "https://github.com/astral-sh/uv/archive/refs/tags/0.1.45.tar.gz"
sha256 "0501a922f944156b35e2169a1d8a2f7a5a2de1dfc71a64b97cf260e0fc8b121d"
license any_of: ["Apache-2.0", "MIT"]
head "https://github.com/astral-sh/uv.git", branch: "main"

bottle do
sha256 cellar: :any, arm64_sonoma: "ac3fe3473aec319c705365bc0ed65d3c09e8fb123afa5b1014eca7f0bc8dd2a2"
sha256 cellar: :any, arm64_ventura: "6a1cea9debd9d7603f070126ad24052eb3ab575cfb08d60ec62a777ceb18abaf"
sha256 cellar: :any, arm64_monterey: "44a942343fb5dc58567c5b2484fcfffd8b2a35b53487aa87ca678fbcc4ae3b0f"
sha256 cellar: :any, sonoma: "211d1a6672d9623ffd3f9b94bb3e74e4ce58ff582eb130608b65ee8d7337f644"
sha256 cellar: :any, ventura: "e82876ebc05760f916637ab9c82406ac2068beb98512b4555ef2bf4e5f5e058c"
sha256 cellar: :any, monterey: "8b53fca49e2ea06483034313d664427c0139f21fe59c8665df08a75fd07afb46"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5b1876afeac6618f1ca00044b6ce14fc2415c2e80de82ef163dc073b469596c2"
sha256 cellar: :any, arm64_sonoma: "9b3ef119bca6a3ec831b9cf099a890ea896d0ee7be02dd6b6845621281a85556"
sha256 cellar: :any, arm64_ventura: "8e1e0bc0a28f48bbe61eab4033b6f8825e14a2c7facab05d74a03fc02e216332"
sha256 cellar: :any, arm64_monterey: "c4798d401135852600b3d348775b10c1b1a7a44d408f10b7a772f652ed00aea1"
sha256 cellar: :any, sonoma: "7ab175ff07410265331644340267206c21f455c6ef26d396293ca344bcb6ea8e"
sha256 cellar: :any, ventura: "c35926e329a96f89bcc8aed5e1a020de2d708c3c27fb1e5c045d34bf4977810a"
sha256 cellar: :any, monterey: "277b4433ecb4c5486feb8d0c85c95b6b4642bfdb79fcc5482430bc1030faa624"
sha256 cellar: :any_skip_relocation, x86_64_linux: "81f74ab70216a30c7dbd3b8d0d0f8a490df233245394911d48386e569c0a104d"
end

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

0 comments on commit 0bc33e1

Please sign in to comment.