Skip to content

Commit 131240b

Browse files
authored
Merge pull request #246939 from Homebrew/bump-objfw-1.4.2
objfw 1.4.2
2 parents d83de42 + ab9cd96 commit 131240b

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Formula/o/objfw.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Objfw < Formula
22
desc "Portable, lightweight framework for the Objective-C language"
33
homepage "https://objfw.nil.im/"
4-
url "https://objfw.nil.im/downloads/objfw-1.4.1.tar.gz"
5-
sha256 "e223b1cae37453f02ea98f085c3c1f4b78dcf7c16b43d35b05d9ad4480e175b2"
4+
url "https://objfw.nil.im/downloads/objfw-1.4.2.tar.gz"
5+
sha256 "8e6d0cd39271130a0b6c2789fa08f2598c77d9b88acbd0e2c15c8eb1144baa08"
66
license "LGPL-3.0-only"
77
head "https://git.nil.im/ObjFW/ObjFW.git", branch: "main"
88

@@ -12,14 +12,12 @@ class Objfw < Formula
1212
end
1313

1414
bottle do
15-
sha256 arm64_tahoe: "6aca4ce27dd4ae189df56f2e93c456522480ae64c1ef5bde62bf9d40e807735c"
16-
sha256 arm64_sequoia: "0c7d1b545a236a8386f7a1d4b6f5951017e55cd47dcaae45e9413e0a53156f0c"
17-
sha256 arm64_sonoma: "1d4dd4291cfe1440030e7859666e96a269c06412e361e7a952f4d717d6c5f7d5"
18-
sha256 arm64_ventura: "cbb86b198299c7fee3140bf71db89417ae8c60ab42bfa04af95bad08686ca07a"
19-
sha256 sonoma: "c30649225485166fca5b7d28bded215f2023d8c5c4a922d5d14e79cc0f8a30a6"
20-
sha256 ventura: "583848d74371a2b9adb888db1c944ce3adbc350ed2aebcbc5024d0e7a5f5ed21"
21-
sha256 arm64_linux: "3a47ab52ada9f1c0a1d44f860a6fc6a31554bd5cfd74bcd80749f1bbdae2fa2e"
22-
sha256 x86_64_linux: "5c1bdd1a99f77f672e6dd7083ad25110a15d253519bf49ab0280f62aa3a1b905"
15+
sha256 arm64_tahoe: "2f7aad89ceb1cafc98c3d560b27a8345f880549fea2a0c2a553af6736f2ade60"
16+
sha256 arm64_sequoia: "020eac2025b5597f1cd8a1da69d14f76ceb66e2bd440c02e71b53fbc5d4886c9"
17+
sha256 arm64_sonoma: "82ebb5e1a9cac88f9203376f25590a2321642a0066a353b4b8c6169dbafb6b71"
18+
sha256 sonoma: "1799b4ecdb64a5fc50c79c09dee2ab594444b56da8a3c3292bc9a32c9099a9e1"
19+
sha256 arm64_linux: "ee68d1c5c9bbeed79c1abea4ba0fdccd2970b64322e7b68f3f78fe1892c4744e"
20+
sha256 x86_64_linux: "47a2062ed7cdb2b7a2e6666363a01d6ace11c39e8fa2111c37204126fd7877a9"
2321
end
2422

2523
depends_on "autoconf" => :build

0 commit comments

Comments
 (0)