Skip to content

Commit

Permalink
Merge pull request Homebrew#182630 from Homebrew/bump-osc-1.9.1
Browse files Browse the repository at this point in the history
osc 1.9.1
  • Loading branch information
BrewTestBot authored Aug 27, 2024
2 parents 1b78def + 632976f commit ea6ab09
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/o/osc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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"
Expand Down

0 comments on commit ea6ab09

Please sign in to comment.