From e736b95771273160c589ca03443658044607c74a Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 17 Mar 2024 19:19:46 -0400 Subject: [PATCH 1/2] gsettings-desktop-schemas 46.0 Signed-off-by: Rui Chen autobump: add gsettings-desktop-schemas Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/g/gsettings-desktop-schemas.rb | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index 2d5d5351bf446..8b9fcc26bd1f9 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -816,6 +816,7 @@ groovysdk grpc grpc-swift grype +gsettings-desktop-schemas gsmartcontrol gsoap gtk-gnutella diff --git a/Formula/g/gsettings-desktop-schemas.rb b/Formula/g/gsettings-desktop-schemas.rb index f27cac111cf46..6980ff3445b6a 100644 --- a/Formula/g/gsettings-desktop-schemas.rb +++ b/Formula/g/gsettings-desktop-schemas.rb @@ -1,8 +1,8 @@ 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 From 698c472df615d2d70dd2e5fee873e9f0d2d363f0 Mon Sep 17 00:00:00 2001 From: FX Coudert Date: Wed, 20 Mar 2024 22:58:31 +0000 Subject: [PATCH 2/2] gsettings-desktop-schemas: update 46.0 bottle. --- Formula/g/gsettings-desktop-schemas.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/g/gsettings-desktop-schemas.rb b/Formula/g/gsettings-desktop-schemas.rb index 6980ff3445b6a..2ee51e46961f4 100644 --- a/Formula/g/gsettings-desktop-schemas.rb +++ b/Formula/g/gsettings-desktop-schemas.rb @@ -6,14 +6,13 @@ class GsettingsDesktopSchemas < Formula 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