Skip to content

Commit

Permalink
Merge pull request #167401 from Homebrew/bump-uv-0.1.25
Browse files Browse the repository at this point in the history
uv 0.1.25
  • Loading branch information
BrewTestBot authored Mar 28, 2024
2 parents d30e5a8 + da9e567 commit 3c8cac3
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.24.tar.gz"
sha256 "31f4462aff2b7ed56994850c587bf7743f4c4844591c03a2e9618c0781ec225e"
url "https://github.com/astral-sh/uv/archive/refs/tags/0.1.25.tar.gz"
sha256 "187ca77d5ce1a643737a2f3f2a6ed4fbc96165498afa898a873eda3736d42124"
license any_of: ["Apache-2.0", "MIT"]
head "https://github.com/astral-sh/uv.git", branch: "main"

bottle do
sha256 cellar: :any, arm64_sonoma: "05a025b4c9e520b56fdbf4b9f1f7bfc36413b7f6781533850c4045c9ada64e47"
sha256 cellar: :any, arm64_ventura: "826be4bbae1644ecfc19d728569b845395d303dcd1cdc5f3d19bdccc200849b0"
sha256 cellar: :any, arm64_monterey: "ae2af6aed9b58eb0489d33dca8df895840471b6ae5183be64ddb29f22bfd632c"
sha256 cellar: :any, sonoma: "90301f068445b033cfd7e8ce9a1c6fca393d517a48874ac8734e3324f1867550"
sha256 cellar: :any, ventura: "1c84346683a396826bfbae54ba141774bb9ddee98eff3c3b1328d3cacaeb8fa0"
sha256 cellar: :any, monterey: "ed0aba48267d02c51586c7eaac1add72d038379677b92267d9fc06507cb1623b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "fb64625b998ffdebad02482feae08478138affa808f056711dad109dd73e7d76"
sha256 cellar: :any, arm64_sonoma: "40f6c0661e4236d33a86ed86a1f6efc014e2dab737db6eefe61f3e71187c669e"
sha256 cellar: :any, arm64_ventura: "c36b39ae55b84532bea832a5c64bbf6ec0e32a767af8b923ef3716802b85648f"
sha256 cellar: :any, arm64_monterey: "6be4ec3ef728dc1815d42cbf25489b9b26d819ae22ae2eb19904b39858f43c00"
sha256 cellar: :any, sonoma: "0c72b0b4568b914376a5899f7a4e6f9d65b3df506f9aedaccff05962635bf144"
sha256 cellar: :any, ventura: "748cef8d4ec53d7030b52b335ff37022436e8fc9db2bf1bde7538873b66a720c"
sha256 cellar: :any, monterey: "2cdf0e6cc89562f4dffc4cae6dfc8b4263e4001bf4b2553f4365df1f1aad3206"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b28f1f168647807c2a47efb29c3d113268ebbfa9229fee9e491f1dd2251a879d"
end

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

0 comments on commit 3c8cac3

Please sign in to comment.