Skip to content

Commit a61f63f

Browse files
committed
feat: add official Homebrew formula for v0.1.0
- Formula class name: Agb (official standard) - Multi-platform support (macOS Intel/ARM, Linux Intel/ARM) - Comprehensive test suite - Ready for Homebrew core repository submission
1 parent 37fde22 commit a61f63f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

homebrew/agb.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
class Agb < Formula
22
desc "Secure infrastructure for running AI-generated code"
3-
homepage "https://github.com/litiantian123-code/agbcloud-cli"
4-
url "https://github.com/litiantian123-code/agbcloud-cli/archive/refs/tags/v1.1.8.tar.gz"
5-
sha256 "840e53aa57a6aadb6da77ee9f3bd58cd0bee6b999d544215e9df5ee1e5563833"
3+
homepage "https://github.com/agbcloud/agbcloud-cli"
4+
url "https://github.com/agbcloud/agbcloud-cli/archive/refs/tags/v0.1.0.tar.gz"
5+
sha256 "edd04b46f1c72693935edf2c8fbeba2b3ca1a66dfca3da150235012d29a0b42b"
66
license "MIT"
7-
head "https://github.com/litiantian123-code/agbcloud-cli.git", branch: "main"
7+
head "https://github.com/agbcloud/agbcloud-cli.git", branch: "main"
88

99
depends_on "go" => :build
1010

0 commit comments

Comments
 (0)