Skip to content

Commit 37d9b03

Browse files
committed
feat: add official Homebrew formula for v0.1.1
- 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 dfa7d46 commit 37d9b03

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

homebrew/agb.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Agb < Formula
22
desc "Secure infrastructure for running AI-generated code"
33
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 "05bf8e62463c840f285bbb17b584ce3e55f2f8b07841ee280624444db5443229"
4+
url "https://github.com/agbcloud/agbcloud-cli/archive/refs/tags/v0.1.1.tar.gz"
5+
sha256 "1a6e85439d086fbc8c636543f8a1e41a6544882243d2f9a162dee6e730e724c8"
66
license "MIT"
77
head "https://github.com/agbcloud/agbcloud-cli.git", branch: "main"
88

@@ -12,7 +12,7 @@ def install
1212
# Set build variables matching the Makefile
1313
version = self.version
1414
# Use embedded git commit from build time (since tarball has no .git directory)
15-
git_commit = "fcf862c"
15+
git_commit = "dfa7d46"
1616
build_date = Time.now.utc.strftime("%Y-%m-%dT%H:%M:%SZ")
1717

1818
# Set Go proxy for better network connectivity (especially in China)

0 commit comments

Comments
 (0)