Skip to content

Commit 9ee7c5a

Browse files
authored
Merge pull request #233162 from Homebrew/bump-uv-0.8.9
uv 0.8.9
2 parents 4a9e8bc + 31b50b5 commit 9ee7c5a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/u/uv.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class Uv < Formula
22
desc "Extremely fast Python package installer and resolver, written in Rust"
33
homepage "https://docs.astral.sh/uv/"
4-
url "https://github.com/astral-sh/uv/archive/refs/tags/0.8.8.tar.gz"
5-
sha256 "90a160b0c82f79645fd52f3798a300a1b5b7533513ca5589856063af63057989"
4+
url "https://github.com/astral-sh/uv/archive/refs/tags/0.8.9.tar.gz"
5+
sha256 "a3164652c0da2ad7781184f761ccb2153a17b1ef6f00e7a75d59fbd5a2a4dac2"
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: "b204fed38db917b945ab50408c759235763798995a94e934abb0e73d89b03c36"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b4d7ad133e2d0220ba4b7c6974ee43fc0d5724c2a839a9ae8d4fe06385c0f866"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "63ca0dfe2e2a97a233ec78dd1fe5652dd0ce129207b47c164ee19b6529912b2f"
13-
sha256 cellar: :any_skip_relocation, sonoma: "1e47e2ad0c2695e53aef2e51da0e9718375f024753dbb47812d715b47bec67f1"
14-
sha256 cellar: :any_skip_relocation, ventura: "57e6570667139a87678eb669ab2f3ff595ec3d7b591d87a77143ca251c3e2160"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "0c1e0ad6acdb36d318530d02e200848021aa8d46eeddef6fc61b2e7c24d1526f"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "5329bb4a217a239b002cd5ffc47a74775c0e5b6e4a4ae0a89bc96ab46e0ca48e"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ac47828f0d373a695d61e6ba2b3470b99494024f138ce24d8d87120c2f68f9ab"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4f6a22cf8eb38ba998d1dec7c619a9a803137ffb862e9e052c69dde976748bcf"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "07edf3e1eac2395e976627c2aa6c01fc71e7b9fbc879fffb3bec580190e985c8"
13+
sha256 cellar: :any_skip_relocation, sonoma: "c5e68526f269a4b24007fbd6d6cd70ad92545c203981faf9b293c780b28accbd"
14+
sha256 cellar: :any_skip_relocation, ventura: "17b82ab0149af6fbd195370b386a9945b3c87ba070ef9baba9f48c8893b21342"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "829aa4d80b5f7943ab7cbab2615d6c8f77cc56bc6dbc46a44d42c794615668d2"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "12d5e03e27ed3c15239170c63d838c128f744a5f09977183d6dbbb213d0f3990"
1717
end
1818

1919
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)