Skip to content

Commit fef6ccb

Browse files
authored
Merge pull request Homebrew#195884 from Homebrew/bump-uv-0.4.28
uv 0.4.28
2 parents bc3506a + 23d0cd6 commit fef6ccb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/u/uv.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Uv < Formula
22
desc "Extremely fast Python package installer and resolver, written in Rust"
33
homepage "https://github.com/astral-sh/uv"
4-
url "https://github.com/astral-sh/uv/archive/refs/tags/0.4.27.tar.gz"
5-
sha256 "48e5eae67204b280a0301fc76d02886a77d09e99e57c383a652170463f977629"
4+
url "https://github.com/astral-sh/uv/archive/refs/tags/0.4.28.tar.gz"
5+
sha256 "2c6c7eab399cd510d68f51a40065f8524cb305df2b8037260e2f144170945bb7"
66
license any_of: ["Apache-2.0", "MIT"]
77
head "https://github.com/astral-sh/uv.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "df91535d5ffefd404be85209fa4ea674fe30d99466ce029645eca97ebb6c3df8"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "607dca75d95020ecf9f7e63e08d4ef5b2acf16738a313465b8391941a3e0e528"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "0858caacc4b18c118743c4ae6664a3ace3f6cc887cd0982f5ad3adf285549511"
13-
sha256 cellar: :any_skip_relocation, sonoma: "a17705cb27214c1fa08c4d0cb0a8471bc062def75acbea077a1c683d0dfc0bfe"
14-
sha256 cellar: :any_skip_relocation, ventura: "81bfe9fab2c0f80cca0a579a51eb2348dbbe07c14478825267fab60ff224a23c"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "252276e93c5f122ebbfc187178a329aaa803ee327e51061ed9e9f5a6f9112ddf"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f0bcd2d5d71e19d124a2f84eadec4f0499db7c02745c93c8b8aa98ab9f2bdd5c"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d761096c05005ed890841ede6ddd662d417c2888921ad427778df89a6f2db96a"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "94a3d0869e888f0aa1b58e67c9b849904251ecb8b058a349244c5c4c6cc3c263"
13+
sha256 cellar: :any_skip_relocation, sonoma: "4a88db69dd708aa00a9f24c5d456efa379fc4eaa478109b8eae0d125fa31148c"
14+
sha256 cellar: :any_skip_relocation, ventura: "136f7d4b6fd6fcd5307d92e4a4da714ba74c027a5be766d637e3c0a8c404e346"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "b2c284b0ed41ee8aefbc6a715f6817fca27dd1619e4c1d5faa7482aefd0688a5"
1616
end
1717

1818
depends_on "pkg-config" => :build

0 commit comments

Comments
 (0)