Skip to content

Commit dd10d7d

Browse files
committed
Merge branch 'master' of github.com:litiantian123-code/agbcloud-cli
2 parents c1eede2 + d368f6b commit dd10d7d

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/litiantian123-code/agbcloud-cli"
4-
url "https://github.com/litiantian123-code/agbcloud-cli/archive/refs/tags/v2.0.0.tar.gz"
5-
sha256 "28eafd31d21fe98efeb5671c1ef9c2522b2cd030a748661e1f8f1705a552ae92"
4+
url "https://github.com/litiantian123-code/agbcloud-cli/archive/refs/tags/v2.1.0.tar.gz"
5+
sha256 "ea3bf94244e69791cc006f18c6116557d8ef51a6f82843e11d4d69a942bf0df1"
66
license "MIT"
77
head "https://github.com/litiantian123-code/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 = "33cdeeb"
15+
git_commit = "4264735"
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)