Skip to content

Commit

Permalink
Merge pull request #197652 from Homebrew/bump-util-macros-1.20.2
Browse files Browse the repository at this point in the history
util-macros 1.20.2
  • Loading branch information
BrewTestBot authored Nov 14, 2024
2 parents 1b07e38 + f9e34a0 commit 62b912a
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Formula/u/util-macros.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
class UtilMacros < Formula
desc "X.Org: Set of autoconf macros used to build other xorg packages"
homepage "https://www.x.org/"
url "https://www.x.org/archive/individual/util/util-macros-1.20.1.tar.xz"
sha256 "0b308f62dce78ac0f4d9de6888234bf170f276b64ac7c96e99779bb4319bcef5"
url "https://www.x.org/archive/individual/util/util-macros-1.20.2.tar.xz"
sha256 "9ac269eba24f672d7d7b3574e4be5f333d13f04a7712303b1821b2a51ac82e8e"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "eb3545f4823ce88d8d452be96d91d6b6ffbdbd7fa3232854ef6b7c4185ee8465"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2b4af09c7a852f609925d9a8ead68653d67f80e2452000ec0e54b372d9b4b0cf"
sha256 cellar: :any_skip_relocation, arm64_ventura: "2b4af09c7a852f609925d9a8ead68653d67f80e2452000ec0e54b372d9b4b0cf"
sha256 cellar: :any_skip_relocation, arm64_monterey: "2b4af09c7a852f609925d9a8ead68653d67f80e2452000ec0e54b372d9b4b0cf"
sha256 cellar: :any_skip_relocation, sonoma: "696cf4c4a3f599b3572b2626958c668f0188f14af306cc777c4ab878e2f3fb3f"
sha256 cellar: :any_skip_relocation, ventura: "696cf4c4a3f599b3572b2626958c668f0188f14af306cc777c4ab878e2f3fb3f"
sha256 cellar: :any_skip_relocation, monterey: "696cf4c4a3f599b3572b2626958c668f0188f14af306cc777c4ab878e2f3fb3f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2b4af09c7a852f609925d9a8ead68653d67f80e2452000ec0e54b372d9b4b0cf"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "418d29093fca0889e64ecc830bd8d987269774aba25d302cf959338acc1363ac"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "418d29093fca0889e64ecc830bd8d987269774aba25d302cf959338acc1363ac"
sha256 cellar: :any_skip_relocation, arm64_ventura: "418d29093fca0889e64ecc830bd8d987269774aba25d302cf959338acc1363ac"
sha256 cellar: :any_skip_relocation, sonoma: "61e34714606b0ade8be0c48e199d42bde8a7b0894af880d0abac628647438a85"
sha256 cellar: :any_skip_relocation, ventura: "61e34714606b0ade8be0c48e199d42bde8a7b0894af880d0abac628647438a85"
sha256 cellar: :any_skip_relocation, x86_64_linux: "418d29093fca0889e64ecc830bd8d987269774aba25d302cf959338acc1363ac"
end

depends_on "pkg-config" => :test
Expand Down

0 comments on commit 62b912a

Please sign in to comment.