Skip to content

Commit

Permalink
Merge pull request #166439 from Homebrew/gsettings-desktop-schemas-46.0
Browse files Browse the repository at this point in the history
gsettings-desktop-schemas 46.0
  • Loading branch information
BrewTestBot authored Mar 20, 2024
2 parents dc6552a + 698c472 commit 0bab252
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,7 @@ groovysdk
grpc
grpc-swift
grype
gsettings-desktop-schemas
gsmartcontrol
gsoap
gtk-gnutella
Expand Down
19 changes: 9 additions & 10 deletions Formula/g/gsettings-desktop-schemas.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
class GsettingsDesktopSchemas < Formula
desc "GSettings schemas for desktop components"
homepage "https://download.gnome.org/sources/gsettings-desktop-schemas/"
url "https://download.gnome.org/sources/gsettings-desktop-schemas/45/gsettings-desktop-schemas-45.0.tar.xz"
sha256 "365c8d04daf79b38c8b3dc9626349a024f9e4befdd31fede74b42f7a9fbe0ae2"
url "https://download.gnome.org/sources/gsettings-desktop-schemas/46/gsettings-desktop-schemas-46.0.tar.xz"
sha256 "493a46a1161b6388d57aa72f632a79ce96c42d5ffbd1d0b00f496ec5876f8575"
license "LGPL-2.1-or-later"

bottle do
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4fca0573983e235860f8628a6718c63f3a804c7a7744d017f67041ea46876abc"
sha256 cellar: :any_skip_relocation, arm64_ventura: "4fca0573983e235860f8628a6718c63f3a804c7a7744d017f67041ea46876abc"
sha256 cellar: :any_skip_relocation, arm64_monterey: "4fca0573983e235860f8628a6718c63f3a804c7a7744d017f67041ea46876abc"
sha256 cellar: :any_skip_relocation, sonoma: "4fca0573983e235860f8628a6718c63f3a804c7a7744d017f67041ea46876abc"
sha256 cellar: :any_skip_relocation, ventura: "4fca0573983e235860f8628a6718c63f3a804c7a7744d017f67041ea46876abc"
sha256 cellar: :any_skip_relocation, monterey: "4fca0573983e235860f8628a6718c63f3a804c7a7744d017f67041ea46876abc"
sha256 cellar: :any_skip_relocation, x86_64_linux: "092735996f7814e3609a156d28054edc5463a1aa54b87a17126db77a4a31424b"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0cf5db7c142d6769c09befe16e21caed32f43595367752be53141fd8b0820f41"
sha256 cellar: :any_skip_relocation, arm64_ventura: "0cf5db7c142d6769c09befe16e21caed32f43595367752be53141fd8b0820f41"
sha256 cellar: :any_skip_relocation, arm64_monterey: "0cf5db7c142d6769c09befe16e21caed32f43595367752be53141fd8b0820f41"
sha256 cellar: :any_skip_relocation, sonoma: "0cf5db7c142d6769c09befe16e21caed32f43595367752be53141fd8b0820f41"
sha256 cellar: :any_skip_relocation, ventura: "0cf5db7c142d6769c09befe16e21caed32f43595367752be53141fd8b0820f41"
sha256 cellar: :any_skip_relocation, monterey: "0cf5db7c142d6769c09befe16e21caed32f43595367752be53141fd8b0820f41"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c46a1417763d1a1f38479e75934ba374a08f44ba12b84680b20c570f06802083"
end

depends_on "gettext" => :build
Expand Down

0 comments on commit 0bab252

Please sign in to comment.