From 61fc77525e7cd81c9e9a37f30f6ee224a938c29a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 27 Aug 2024 12:56:06 +0000 Subject: [PATCH 1/2] osc 1.9.1 --- Formula/o/osc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/osc.rb b/Formula/o/osc.rb index a545627dd3ba3..e3b0a7cb2b2ad 100644 --- a/Formula/o/osc.rb +++ b/Formula/o/osc.rb @@ -3,8 +3,8 @@ class Osc < Formula desc "Command-line interface to work with an Open Build Service" homepage "https://openbuildservice.org" - url "https://github.com/openSUSE/osc/archive/refs/tags/1.9.0.tar.gz" - sha256 "9c6d03e98524db84fe7f5e285cfb1ab2cd256913ad8d825eda0303acb7326167" + url "https://github.com/openSUSE/osc/archive/refs/tags/1.9.1.tar.gz" + sha256 "2a9a466908190bd65bab047180abb372e30ac1ca06ef2488087d14e36edf1388" license "GPL-2.0-or-later" head "https://github.com/openSUSE/osc.git", branch: "master" From 632976f1fe0b073281e3fe8476eed25b2929aaec Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 27 Aug 2024 13:45:48 +0000 Subject: [PATCH 2/2] osc: update 1.9.1 bottle. --- Formula/o/osc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/osc.rb b/Formula/o/osc.rb index e3b0a7cb2b2ad..46496ed031608 100644 --- a/Formula/o/osc.rb +++ b/Formula/o/osc.rb @@ -14,13 +14,13 @@ class Osc < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0758787d8bc385e824f9c871d2529ac2247c0c70cba75474aa924d62f0f3e82f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0758787d8bc385e824f9c871d2529ac2247c0c70cba75474aa924d62f0f3e82f" - sha256 cellar: :any_skip_relocation, arm64_monterey: "0758787d8bc385e824f9c871d2529ac2247c0c70cba75474aa924d62f0f3e82f" - sha256 cellar: :any_skip_relocation, sonoma: "5d9fca87591a5cc9b8dbb5c406c834f81800a85e77fa90061e48424658ac478b" - sha256 cellar: :any_skip_relocation, ventura: "5d9fca87591a5cc9b8dbb5c406c834f81800a85e77fa90061e48424658ac478b" - sha256 cellar: :any_skip_relocation, monterey: "5d9fca87591a5cc9b8dbb5c406c834f81800a85e77fa90061e48424658ac478b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0758787d8bc385e824f9c871d2529ac2247c0c70cba75474aa924d62f0f3e82f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "32fdf1b9d5de5626e133db03159e5a6a4c06357dc9faf3c1f4bbc8997fe9576d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "32fdf1b9d5de5626e133db03159e5a6a4c06357dc9faf3c1f4bbc8997fe9576d" + sha256 cellar: :any_skip_relocation, arm64_monterey: "32fdf1b9d5de5626e133db03159e5a6a4c06357dc9faf3c1f4bbc8997fe9576d" + sha256 cellar: :any_skip_relocation, sonoma: "b440ae8843b0300dfd814393075b27463847bc66a699338134b3fe81b365dd4c" + sha256 cellar: :any_skip_relocation, ventura: "b440ae8843b0300dfd814393075b27463847bc66a699338134b3fe81b365dd4c" + sha256 cellar: :any_skip_relocation, monterey: "b440ae8843b0300dfd814393075b27463847bc66a699338134b3fe81b365dd4c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "32fdf1b9d5de5626e133db03159e5a6a4c06357dc9faf3c1f4bbc8997fe9576d" end depends_on "cryptography"