File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,13 @@ class Fontforge < Formula
77 head "https://github.com/fontforge/fontforge.git" , branch : "master"
88
99 bottle do
10- sha256 arm64_tahoe : "8243fc1912064ee3473f4b47b475a42ca75d41b7f12dcb7e48fb6d08972b73fb"
11- sha256 arm64_sequoia : "1d1e28bec899066f42338f70cad7ccc45f943317f9b3745d352172d2bc3b4cf9"
12- sha256 arm64_sonoma : "f10e8516cf513c8cb07e445caaa6eefbb1ee8d878967f60b4217b79ff74469f2"
13- sha256 sonoma : "6f9e5800319bd7a8b5f9e09948f48ac60f39231ea0b3868790dba12afd59ec38"
14- sha256 arm64_linux : "6d832984d50f3dac855a70b11bf4d355863c133ad9c5c896f549345a55b37beb"
15- sha256 x86_64_linux : "39e1be688fa4fec3989fb159625f218c55a154b5c759ecd2943ae94b4fa0ebb3"
10+ rebuild 1
11+ sha256 arm64_tahoe : "5773c212fbc194ca0f0f2dc508e38f68a952cc3302403e9fe9ec3d1345bf42df"
12+ sha256 arm64_sequoia : "7695fa33ce3a3078a9cce2e60adcf9ba268895343b329b0f7f1daf8163d931f3"
13+ sha256 arm64_sonoma : "d4e9ae11f6eda0e2f45213d6a0b2ff6ef381004c22e8df6982272312dd46828b"
14+ sha256 sonoma : "bd6fd2e7cb317f020230adb904ece9eb069e1556d222dca1e11caa25f82a493c"
15+ sha256 arm64_linux : "5d9105a4d5b55de112e59ddc82891a9960567b36f86ca1c14a88d8ca56e2e50a"
16+ sha256 x86_64_linux : "b54095c8e2a6ba64b64670808ee076258bc4aff487709011b17deda33bc105e5"
1617 end
1718
1819 depends_on "cmake" => :build
@@ -32,7 +33,7 @@ class Fontforge < Formula
3233 depends_on "libtool"
3334 depends_on "libuninameslist"
3435 depends_on "pango"
35- depends_on "python@3.13 "
36+ depends_on "python@3.14 "
3637 depends_on "readline"
3738 depends_on "woff2"
3839
@@ -45,7 +46,7 @@ class Fontforge < Formula
4546 end
4647
4748 def python3
48- "python3.13 "
49+ "python3.14 "
4950 end
5051
5152 def install
You can’t perform that action at this time.
0 commit comments