Skip to content

Commit 4f86aa0

Browse files
authored
Merge pull request #249673 from Homebrew/liquidctl-python
liquidctl: migrate to `[email protected]`
2 parents e921ecd + 349e33b commit 4f86aa0

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

Formula/l/liquidctl.rb

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,20 @@ class Liquidctl < Formula
1010
head "https://github.com/liquidctl/liquidctl.git", branch: "main"
1111

1212
bottle do
13-
sha256 cellar: :any, arm64_tahoe: "c27b162885dc21125f78e7dd4e900831058e4c89328d1c4d731b3798deee813a"
14-
sha256 cellar: :any, arm64_sequoia: "031c352493e155ec0be429608e741d4b2c50c73b9ba15fb7d93eaeda7432b829"
15-
sha256 cellar: :any, arm64_sonoma: "31d6591b0ba39715a5a3afef0e58ae6a60e3212d515943a35fac490e1128230e"
16-
sha256 cellar: :any, arm64_ventura: "4aa2c4495ada92c158da4daaae46588e14b645fef7ae4e1b658745eda578cb98"
17-
sha256 cellar: :any, sonoma: "31864579d80e9dcdedbe0fcbdfefc54f347c6a3473e1d3a51033b633e258791e"
18-
sha256 cellar: :any, ventura: "f38b71b9c2df29a00a33a2dfb564f8cf4cc6ca3bcdc602f0a9012f98020afc6f"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "2475bdf117aabe04f0302310e18f6272aeb3e88fad4286f0c0545625cf1e70c8"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "4af41e0d1c855dfedc050a8f5f36632b8b56dbd03286ce783206c1768ddec9db"
13+
rebuild 1
14+
sha256 cellar: :any, arm64_tahoe: "63b4ac7a552c00a37b4b626b3163a3e7c275dba5ad63f3f707b744c6901a5632"
15+
sha256 cellar: :any, arm64_sequoia: "1a5ccb7a04dfda0fe3c79d6f34486b9fb4c69e96663b1fcac7679aae7d7974ac"
16+
sha256 cellar: :any, arm64_sonoma: "39589c229c94d548a9b8fba0fe087994a2f2590a7b35401e24fbddd3b53e95b1"
17+
sha256 cellar: :any, sonoma: "32805c65afba7042eee53fdd22452ac8f598f285189cfd2df1f188d2257fc6a4"
18+
sha256 cellar: :any_skip_relocation, arm64_linux: "c69e12cbe513510bff71ed2a8c2f0ec958c0d9ea4d4189ead137eed35361621d"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "cf919448f0f83ef3ce22aa46b4b3d667fe82317311d00bf9c5d4057c5bfd8e84"
2120
end
2221

2322
depends_on "pkgconf" => :build
2423
depends_on "hidapi"
2524
depends_on "libusb"
26-
depends_on "pillow"
27-
depends_on "python@3.13"
25+
depends_on "pillow" => :no_linkage
26+
depends_on "python@3.14"
2827

2928
on_linux do
3029
depends_on "i2c-tools"
@@ -56,8 +55,8 @@ class Liquidctl < Formula
5655
end
5756

5857
resource "setuptools" do
59-
url "https://files.pythonhosted.org/packages/9e/8b/dc1773e8e5d07fd27c1632c45c1de856ac3dbf09c0147f782ca6d990cf15/setuptools-80.7.1.tar.gz"
60-
sha256 "f6ffc5f0142b1bd8d0ca94ee91b30c0ca862ffd50826da1ea85258a06fd94552"
58+
url "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz"
59+
sha256 "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c"
6160
end
6261

6362
resource "smbus" do

0 commit comments

Comments
 (0)