Skip to content

Commit

Permalink
Merge pull request #191457 from Homebrew/bump-uv-0.4.15
Browse files Browse the repository at this point in the history
uv 0.4.15
  • Loading branch information
BrewTestBot committed Sep 21, 2024
2 parents 4a93785 + 945e2d9 commit e088c87
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.14.tar.gz"
sha256 "0bb499e1edbc89c87575fcb66fb0f2358cc9091c5dfd5e1f05de3864ba7141e9"
url "https://github.com/astral-sh/uv/archive/refs/tags/0.4.15.tar.gz"
sha256 "fb9d134ccac8ce4088060705ccd5678d7825a22ca9951364efd5e7474d577602"
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: "678fb0c3a3d02e316401abd3ea2f67cfeaf153dd77345f0b6c12b16b06ede18b"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a9c963fac72aec3e439f8045c02e1c704963f2d06bd8b0d2ef3da35e274de49e"
sha256 cellar: :any_skip_relocation, arm64_ventura: "792af3f1ce313e05e5ebc8f2c2127d05286552f641f1a725887d258bef6a1c61"
sha256 cellar: :any_skip_relocation, sonoma: "fe1cf99eff02429f3fc5517b9f288ad1d2e3fa26d6962c657bc2fcbd4edd1369"
sha256 cellar: :any_skip_relocation, ventura: "c8eb94d00a9d88e6e3ce56e55c3b7fa5e6e51dd67b4141cced0c5946d024d0bc"
sha256 cellar: :any_skip_relocation, x86_64_linux: "badeac73d81bd01bda50149dc80b5f95a668ea323e15ae5bd7769970b93dbe57"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "dc3a5c1f0455bd776bbf837eaf39e39d27a555eea9742f2b9ef75659c23903d5"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d67406b4bbb51c9f481fca52dc5f8c220196a77c1d4b1a71544fbdf1b7d2b5ef"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e248a63a4eabda39d0513b5cb9864f227638530ea557a9edef32d7ebd9bd7996"
sha256 cellar: :any_skip_relocation, sonoma: "f1dea03ec13536030ab7ddccdfde53b2c0d5e4cb2fe0a249c96c6799ab7e9bad"
sha256 cellar: :any_skip_relocation, ventura: "5c91668fb2def34b21ccf424553d4b3e3536f9ede785dbe565184e4b4282015d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f561e7dc68dccc3b96bc06ea91981f2345a9aa51b4e15ecb801acfc43eb48634"
end

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

0 comments on commit e088c87

Please sign in to comment.