Skip to content

Commit 57d68a9

Browse files
author
supermodel-bot
committed
chore: update supermodel to v0.4.1
1 parent d66d0dc commit 57d68a9

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

supermodel.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
class Supermodel < Formula
66
desc "Give your AI coding agent a map of your codebase"
77
homepage "https://supermodeltools.com"
8-
version "0.4.0"
8+
version "0.4.1"
99
license "MIT"
1010

1111
on_macos do
1212
if Hardware::CPU.intel?
13-
url "https://github.com/supermodeltools/cli/releases/download/v0.4.0/supermodel_darwin_amd64.tar.gz"
14-
sha256 "475b6cc01d6043c0c71a52bba5e47c961c81ca2760dc9b0ff916a5d3dfe5867c"
13+
url "https://github.com/supermodeltools/cli/releases/download/v0.4.1/supermodel_darwin_amd64.tar.gz"
14+
sha256 "debb85ccb973b6f87796382643f07588ac2c32a77c1d6d3238baef87fdc6a8a2"
1515

1616
define_method(:install) do
1717
bin.install "supermodel"
1818
end
1919
end
2020
if Hardware::CPU.arm?
21-
url "https://github.com/supermodeltools/cli/releases/download/v0.4.0/supermodel_darwin_arm64.tar.gz"
22-
sha256 "0da51f6f6ba35bd59cefffed75ba27e436ee991cc2ee94702c8d421c7d5f951e"
21+
url "https://github.com/supermodeltools/cli/releases/download/v0.4.1/supermodel_darwin_arm64.tar.gz"
22+
sha256 "3ff7964320df735a641cc7db7e7bc133117be561002c2ce4348ebb58b976ced1"
2323

2424
define_method(:install) do
2525
bin.install "supermodel"
@@ -29,15 +29,15 @@ class Supermodel < Formula
2929

3030
on_linux do
3131
if Hardware::CPU.intel? && Hardware::CPU.is_64_bit?
32-
url "https://github.com/supermodeltools/cli/releases/download/v0.4.0/supermodel_linux_amd64.tar.gz"
33-
sha256 "ae4e95c0cd66b15377eb8ad01554c1bc8b44858a77dea6917e12e71255cf4e3e"
32+
url "https://github.com/supermodeltools/cli/releases/download/v0.4.1/supermodel_linux_amd64.tar.gz"
33+
sha256 "19da5e3b39f062cf5de798525bae508439434e64d401fecbf23a00e46bc3040e"
3434
define_method(:install) do
3535
bin.install "supermodel"
3636
end
3737
end
3838
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
39-
url "https://github.com/supermodeltools/cli/releases/download/v0.4.0/supermodel_linux_arm64.tar.gz"
40-
sha256 "83eed374d6cec1d837efc20a76560345cc68fa967b135ce6f8936f34f6f26003"
39+
url "https://github.com/supermodeltools/cli/releases/download/v0.4.1/supermodel_linux_arm64.tar.gz"
40+
sha256 "9691317f5d93c24921348102a0d62be5479d2c03c0f9af3d47aff2922b3eed82"
4141
define_method(:install) do
4242
bin.install "supermodel"
4343
end

0 commit comments

Comments
 (0)