Skip to content

Commit ea6ab09

Browse files
authored
Merge pull request #182630 from Homebrew/bump-osc-1.9.1
osc 1.9.1
2 parents 1b78def + 632976f commit ea6ab09

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/o/osc.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ class Osc < Formula
33

44
desc "Command-line interface to work with an Open Build Service"
55
homepage "https://openbuildservice.org"
6-
url "https://github.com/openSUSE/osc/archive/refs/tags/1.9.0.tar.gz"
7-
sha256 "9c6d03e98524db84fe7f5e285cfb1ab2cd256913ad8d825eda0303acb7326167"
6+
url "https://github.com/openSUSE/osc/archive/refs/tags/1.9.1.tar.gz"
7+
sha256 "2a9a466908190bd65bab047180abb372e30ac1ca06ef2488087d14e36edf1388"
88
license "GPL-2.0-or-later"
99
head "https://github.com/openSUSE/osc.git", branch: "master"
1010

@@ -14,13 +14,13 @@ class Osc < Formula
1414
end
1515

1616
bottle do
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0758787d8bc385e824f9c871d2529ac2247c0c70cba75474aa924d62f0f3e82f"
18-
sha256 cellar: :any_skip_relocation, arm64_ventura: "0758787d8bc385e824f9c871d2529ac2247c0c70cba75474aa924d62f0f3e82f"
19-
sha256 cellar: :any_skip_relocation, arm64_monterey: "0758787d8bc385e824f9c871d2529ac2247c0c70cba75474aa924d62f0f3e82f"
20-
sha256 cellar: :any_skip_relocation, sonoma: "5d9fca87591a5cc9b8dbb5c406c834f81800a85e77fa90061e48424658ac478b"
21-
sha256 cellar: :any_skip_relocation, ventura: "5d9fca87591a5cc9b8dbb5c406c834f81800a85e77fa90061e48424658ac478b"
22-
sha256 cellar: :any_skip_relocation, monterey: "5d9fca87591a5cc9b8dbb5c406c834f81800a85e77fa90061e48424658ac478b"
23-
sha256 cellar: :any_skip_relocation, x86_64_linux: "0758787d8bc385e824f9c871d2529ac2247c0c70cba75474aa924d62f0f3e82f"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "32fdf1b9d5de5626e133db03159e5a6a4c06357dc9faf3c1f4bbc8997fe9576d"
18+
sha256 cellar: :any_skip_relocation, arm64_ventura: "32fdf1b9d5de5626e133db03159e5a6a4c06357dc9faf3c1f4bbc8997fe9576d"
19+
sha256 cellar: :any_skip_relocation, arm64_monterey: "32fdf1b9d5de5626e133db03159e5a6a4c06357dc9faf3c1f4bbc8997fe9576d"
20+
sha256 cellar: :any_skip_relocation, sonoma: "b440ae8843b0300dfd814393075b27463847bc66a699338134b3fe81b365dd4c"
21+
sha256 cellar: :any_skip_relocation, ventura: "b440ae8843b0300dfd814393075b27463847bc66a699338134b3fe81b365dd4c"
22+
sha256 cellar: :any_skip_relocation, monterey: "b440ae8843b0300dfd814393075b27463847bc66a699338134b3fe81b365dd4c"
23+
sha256 cellar: :any_skip_relocation, x86_64_linux: "32fdf1b9d5de5626e133db03159e5a6a4c06357dc9faf3c1f4bbc8997fe9576d"
2424
end
2525

2626
depends_on "cryptography"

0 commit comments

Comments
 (0)