Skip to content

Commit a350e1b

Browse files
committed
liquidctl: migrate to [email protected]
1 parent 0197f4d commit a350e1b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/l/liquidctl.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ class Liquidctl < Formula
2323
depends_on "pkgconf" => :build
2424
depends_on "hidapi"
2525
depends_on "libusb"
26-
depends_on "pillow"
27-
depends_on "python@3.13"
26+
depends_on "pillow" => :no_linkage
27+
depends_on "python@3.14"
2828

2929
on_linux do
3030
depends_on "i2c-tools"
@@ -56,8 +56,8 @@ class Liquidctl < Formula
5656
end
5757

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

6363
resource "smbus" do

0 commit comments

Comments
 (0)