Skip to content

Commit 0402a9e

Browse files
committed
b4: migrate to [email protected]
1 parent 364c45e commit 0402a9e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Formula/b/b4.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ class B4 < Formula
1616
sha256 cellar: :any_skip_relocation, x86_64_linux: "4fe38315990452ab3ece1ec14ef7191d878dc454f92a85b8182b70331aad2607"
1717
end
1818

19-
depends_on "certifi"
20-
depends_on "cffi"
19+
depends_on "certifi" => :no_linkage
20+
depends_on "cffi" => :no_linkage
2121
depends_on "libsodium"
22-
depends_on "python@3.13"
22+
depends_on "python@3.14"
2323

2424
resource "charset-normalizer" do
25-
url "https://files.pythonhosted.org/packages/83/2d/5fd176ceb9b2fc619e63405525573493ca23441330fcdaee6bef9460e924/charset_normalizer-3.4.3.tar.gz"
26-
sha256 "6fce4b8500244f6fcb71465d4a4930d132ba9ab8e71a7859e6a5d59851068d14"
25+
url "https://files.pythonhosted.org/packages/13/69/33ddede1939fdd074bce5434295f38fae7136463422fe4fd3e0e89b98062/charset_normalizer-3.4.4.tar.gz"
26+
sha256 "94537985111c35f28720e43603b8e7b43a6ecfb2ce1d3058bbe955b73404e21a"
2727
end
2828

2929
resource "dkimpy" do
@@ -42,8 +42,8 @@ class B4 < Formula
4242
end
4343

4444
resource "idna" do
45-
url "https://files.pythonhosted.org/packages/f1/70/7703c29685631f5a7590aa73f1f1d3fa9a380e654b86af429e0934a32f7d/idna-3.10.tar.gz"
46-
sha256 "12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9"
45+
url "https://files.pythonhosted.org/packages/6f/6d/0703ccc57f3a7233505399edb88de3cbd678da106337b9fcde432b65ed60/idna-3.11.tar.gz"
46+
sha256 "795dafcc9c04ed0c1fb032c2aa73654d8e8c5023a7df64a53f39190ada629902"
4747
end
4848

4949
resource "patatt" do

0 commit comments

Comments
 (0)