|
1 | 1 | class Gastown < Formula |
2 | 2 | desc "Multi-agent workspace manager" |
3 | 3 | homepage "https://github.com/steveyegge/gastown" |
4 | | - url "https://github.com/steveyegge/gastown/archive/refs/tags/v1.0.0.tar.gz" |
5 | | - sha256 "6fccaa887e93a84bfe7daba6cac276ff1e2c0f786a8d12254160e15c7fe8bd4b" |
| 4 | + url "https://github.com/steveyegge/gastown/archive/refs/tags/v1.0.1.tar.gz" |
| 5 | + sha256 "e8e5b31390efe20868ae324c0a3e09f609cd62c5bfe08dc38b79deb554d6d119" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/steveyegge/gastown.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "6ca034db6ccaf764da65f1d6df5318e4192b1c5014dd158a1aeaa2f38dd07220" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6ca034db6ccaf764da65f1d6df5318e4192b1c5014dd158a1aeaa2f38dd07220" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6ca034db6ccaf764da65f1d6df5318e4192b1c5014dd158a1aeaa2f38dd07220" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "bb57da4744bb4b5a95ffac47cfdc95c60449e7ad6a69a585790269c9ad25011e" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "a55182592a822fa5862235cdabda3d8c6fc0f86df1d7ae46f654d209830d5f26" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "f10db030fe964aaa6fe1aaf27d009dc71e8a44e855459f34a4ff746629cb0cfb" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "ac1982566293568e214523d2d010565eaff2c82041e3ebc5eddbffc39009fca9" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ac1982566293568e214523d2d010565eaff2c82041e3ebc5eddbffc39009fca9" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ac1982566293568e214523d2d010565eaff2c82041e3ebc5eddbffc39009fca9" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "e1fdd99b90624aae171474e5906cd61673c9630ec5986ac0fe196320ccf0cde1" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "5e8652e28bbed75625a696a9501ffba4dde7a12a82bea1664b98d2098a09502e" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "69d0a01aa55f5eabb23172c3bc51aa926ec0c4405130e3680832efbce9a2ac6e" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments