Skip to content

Commit c2b83cb

Browse files
committed
Update ampcode to 0.0.1778185482-gf00656
1 parent 8549544 commit c2b83cb

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

Formula/ampcode.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class Ampcode < Formula
22
desc "CLI for Amp, the frontier coding agent"
33
homepage "https://ampcode.com/"
4-
version "0.0.1778171486-g3e6a89"
4+
version "0.0.1778185482-gf00656"
55
license :cannot_represent
66

77
livecheck do
@@ -11,21 +11,21 @@ class Ampcode < Formula
1111

1212
on_macos do
1313
if Hardware::CPU.arm?
14-
url "https://static.ampcode.com/cli/0.0.1778171486-g3e6a89/amp-darwin-arm64"
15-
sha256 "a5fc7cc77d6feccaa14804a666016acdb92b76adbf2c1d5dd39e20c44b0375a8"
14+
url "https://static.ampcode.com/cli/0.0.1778185482-gf00656/amp-darwin-arm64"
15+
sha256 "19476f01f922f60e074b5952f73ee8ad804cc952d34fa6a3974f7f06e51d0dc4"
1616
else
17-
url "https://static.ampcode.com/cli/0.0.1778171486-g3e6a89/amp-darwin-x64"
18-
sha256 "2b84b4b413c4b5ea8fc567c901b2a309d23d3d5f4c8c326ee8d0725ea9736071"
17+
url "https://static.ampcode.com/cli/0.0.1778185482-gf00656/amp-darwin-x64"
18+
sha256 "a68ec8702026c69d66e6c8691e62e428b7163755b321c73e969e3ee05f063cf8"
1919
end
2020
end
2121

2222
on_linux do
2323
if Hardware::CPU.arm?
24-
url "https://static.ampcode.com/cli/0.0.1778171486-g3e6a89/amp-linux-arm64"
25-
sha256 "698182d3ae9c61e41bb213fc96b4d87d3af670ff50fb292aee0becfea45fb345"
24+
url "https://static.ampcode.com/cli/0.0.1778185482-gf00656/amp-linux-arm64"
25+
sha256 "6e279930f47bb3a1e4977a78217a46e0afe5baf0953b7cbe24e9385643387302"
2626
else
27-
url "https://static.ampcode.com/cli/0.0.1778171486-g3e6a89/amp-linux-x64"
28-
sha256 "2d4bf893546c6a8536662fd4b7f38618ea5ba0639da450a70ddff7718e69e5a0"
27+
url "https://static.ampcode.com/cli/0.0.1778185482-gf00656/amp-linux-x64"
28+
sha256 "4bf05ef0faf9a661f9a443b1ebfcd8764baf55c0d1af43f95b97347030c28c8f"
2929
end
3030
end
3131

0 commit comments

Comments
 (0)