|
1 | 1 | class Ghorg < Formula
|
2 | 2 | desc "Quickly clone an entire org's or user's repositories into one directory"
|
3 | 3 | 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" |
6 | 6 | license "Apache-2.0"
|
7 | 7 |
|
8 | 8 | 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" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "go" => :build
|
|
0 commit comments