Skip to content

Commit 2d35b33

Browse files
authored
Merge pull request Homebrew#132296 from Porkepix/bump-ghorg-1.9.5
ghorg 1.9.5
2 parents 513c0e8 + 6ce2677 commit 2d35b33

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/ghorg.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Ghorg < Formula
22
desc "Quickly clone an entire org's or user's repositories into one directory"
33
homepage "https://github.com/gabrie30/ghorg"
4-
url "https://github.com/gabrie30/ghorg/archive/refs/tags/v1.9.4.tar.gz"
5-
sha256 "4dcfca1e68ae577e9acf90f4e2f904d6f4997c49a25ac53b056b57b33dd15c7a"
4+
url "https://github.com/gabrie30/ghorg/archive/refs/tags/v1.9.5.tar.gz"
5+
sha256 "703902e0b3fc35704173cc7fe0b8fd6ed144c1d251be1d32ec068c6c94edf55d"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_ventura: "c36d5f9b360ae87c4d666813ca4a971014dfd066726740b51f4c24ea9ac568a9"
10-
sha256 cellar: :any_skip_relocation, arm64_monterey: "c36d5f9b360ae87c4d666813ca4a971014dfd066726740b51f4c24ea9ac568a9"
11-
sha256 cellar: :any_skip_relocation, arm64_big_sur: "c36d5f9b360ae87c4d666813ca4a971014dfd066726740b51f4c24ea9ac568a9"
12-
sha256 cellar: :any_skip_relocation, ventura: "2cb2eb14d13a13113c415f0477f20b48e773ec0cbc8b4725fe54fd26d33a14d6"
13-
sha256 cellar: :any_skip_relocation, monterey: "2cb2eb14d13a13113c415f0477f20b48e773ec0cbc8b4725fe54fd26d33a14d6"
14-
sha256 cellar: :any_skip_relocation, big_sur: "2cb2eb14d13a13113c415f0477f20b48e773ec0cbc8b4725fe54fd26d33a14d6"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "24414c2246a3b8d0aa556de7fb389f3048bb4dddfc91383182f471f93fd9a3ab"
9+
sha256 cellar: :any_skip_relocation, arm64_ventura: "521551bc8f0b00f06469bd34737c77e5f0c8586cc80182254c3be494f67cc409"
10+
sha256 cellar: :any_skip_relocation, arm64_monterey: "521551bc8f0b00f06469bd34737c77e5f0c8586cc80182254c3be494f67cc409"
11+
sha256 cellar: :any_skip_relocation, arm64_big_sur: "521551bc8f0b00f06469bd34737c77e5f0c8586cc80182254c3be494f67cc409"
12+
sha256 cellar: :any_skip_relocation, ventura: "ea2db9988ef6c52b3555f2c08cff8ba0be217b6fb3ecb1815aeef9af24305b4e"
13+
sha256 cellar: :any_skip_relocation, monterey: "ea2db9988ef6c52b3555f2c08cff8ba0be217b6fb3ecb1815aeef9af24305b4e"
14+
sha256 cellar: :any_skip_relocation, big_sur: "ea2db9988ef6c52b3555f2c08cff8ba0be217b6fb3ecb1815aeef9af24305b4e"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "82df65e5906e23fd7cf001ee11ba9c1cb8edfe60cb8e73a33ecc78f4a8f9b9da"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)