Skip to content

Commit

Permalink
Merge pull request Homebrew#201295 from Homebrew/bump-objfw-1.2.3
Browse files Browse the repository at this point in the history
objfw 1.2.3
  • Loading branch information
BrewTestBot authored Dec 15, 2024
2 parents 8da11e7 + 04ca1a1 commit 7e6ec49
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/o/objfw.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Objfw < Formula
desc "Portable, lightweight framework for the Objective-C language"
homepage "https://objfw.nil.im/"
url "https://objfw.nil.im/downloads/objfw-1.2.2.tar.gz"
sha256 "4fe0bed1ec21561a184d804aa577ff630f1e3d20b1c3b973073e23ce829294a1"
url "https://objfw.nil.im/downloads/objfw-1.2.3.tar.gz"
sha256 "8324d3b352121544f817f40f71c21005457ee0255104c7e0d5aedbd6d968bced"
license "LGPL-3.0-only"
head "https://objfw.nil.im/", using: :fossil

Expand All @@ -12,12 +12,12 @@ class Objfw < Formula
end

bottle do
sha256 arm64_sequoia: "e8bb4b06978acbc2b805cbe029a8879f0b9ee9f8e1b0030b110679f747178712"
sha256 arm64_sonoma: "a2687a87f9b144627de5239ce77fea8c4626dc5ac480102dccb94be6084f18bf"
sha256 arm64_ventura: "0c5e7f067ded31b848e957ddfdbb1fb435e449c4cb8e2d582550f1364aee31cf"
sha256 sonoma: "53c847cab22177ec96618a7f2e7d7a0296fb86e319920967c77f7c3397d8beb4"
sha256 ventura: "fe7fa6ecb130b61add83669621a2cdbc93742196a25b18d1521ebc074de945db"
sha256 x86_64_linux: "31e6692c676cf1e73572ea764dadc3e755b51d3c80e91e0b196c7c7c6ad572c3"
sha256 arm64_sequoia: "c785afb5e54db955b9fd9e9598f4b198e96ee2aabfe1665032f929a211766fd0"
sha256 arm64_sonoma: "89f9db735e6412a17544e33e5861e0c4003c6b9edc1023d1d89ca924749de4d1"
sha256 arm64_ventura: "3da338e5f0da0e566d6602405288990a8568f9b9980a003e425cc362dd512213"
sha256 sonoma: "5a25b57dc213a81115efa33ca6b416f4efbc93e5fb810d96ec5ab2408777fe98"
sha256 ventura: "25660773d6b8c140fd9ef70db699480e84da3362dc47d72386e710f9879b54d3"
sha256 x86_64_linux: "573866fbd8268324845b7e03f88fb90a57b6f914b99e622226e365fd64ed9fa3"
end

depends_on "autoconf" => :build
Expand Down

0 comments on commit 7e6ec49

Please sign in to comment.