|
1 | 1 | class Uv < Formula |
2 | 2 | desc "Extremely fast Python package installer and resolver, written in Rust" |
3 | 3 | homepage "https://docs.astral.sh/uv/" |
4 | | - url "https://github.com/astral-sh/uv/archive/refs/tags/0.7.13.tar.gz" |
5 | | - sha256 "0bad8f89f2ee0a741a8c21095e17e9fa090fb1124748e4bc12407417b5bfadd2" |
| 4 | + url "https://github.com/astral-sh/uv/archive/refs/tags/0.7.14.tar.gz" |
| 5 | + sha256 "2da4a90351eff695e5d2cb9b5d5e95edb85abe3c271162042d9e3be673a48e73" |
6 | 6 | license any_of: ["Apache-2.0", "MIT"] |
7 | 7 | head "https://github.com/astral-sh/uv.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5bafb3c9f21375ece95a518de5ee0808e33e369a378bbca9ce2aebd6d4f935c2" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a61e75e4822fe22e22aeff87e4ab13178c19c10eb6657f8dcd374611c2c0ca83" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "0e9a18609bdeea403c385d4366c2cf753fbd9ff971dc71db0d4b595789b35f77" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "a3f67c8076f47c79668f2cabad1c38712ae8c32e5ba13ccef3b37531588ae9c3" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "f6699a407de1dceebab007a34510d1d207eb610a8ab32561c279e4796416aefa" |
15 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "7bd4b049d21d481f38c75f5bd27729ed99fb7f24c4875bf984906184d35b2aee" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "64e26478e2a12700b807c9d21ba616fed9425a4cdddaea86897fb74c1498edc0" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "eee3638f2d94f80f4990f981e79993c4f61d0bb63a68549a8efe02f83fec7a78" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2879c538bf747e39374fea2ece6ac735529a6f83dc2b266a01278100bccf4ee8" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "2d1f76c253e7e4fe982334faa59eaba7d2eb27820e0119d30bb58097358c7668" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "5ce1bf15b34e651df01586986997c296df43887f2ca9ebe8a0da4368d67c497c" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "146a14154e677b3f47102bd4441e4dcfa1468d91420d50d947ad24e63d59b269" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_linux: "21d2ac6eef6604a7158be9ea83a4d67764aaf179db9fa44ed39cecb79acf90fc" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "965c97ef2112abeab95483c744a8e6329067ef5a1debad665d81156e005c9be0" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "pkgconf" => :build |
|
0 commit comments