Skip to content

Commit f25f4db

Browse files
authored
Merge pull request Homebrew#206364 from Homebrew/bump-gollama-1.28.10
gollama 1.28.10
2 parents 083a5c6 + 2b170e4 commit f25f4db

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/g/gollama.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Gollama < Formula
22
desc "Go manage your Ollama models"
33
homepage "https://smcleod.net"
4-
url "https://github.com/sammcj/gollama/archive/refs/tags/v1.28.9.tar.gz"
5-
sha256 "983695704783c44cfae3bd44fb0949d9335ddfb2d752da7d2555f49730276fe2"
4+
url "https://github.com/sammcj/gollama/archive/refs/tags/v1.28.10.tar.gz"
5+
sha256 "b131bc1f627926f10950fab1848e8e05626e2722adc78f0fc4952b2a34745c91"
66
license "MIT"
77
head "https://github.com/sammcj/gollama.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ae2150686511ea6d4cc6391a345059e38f07e3884b0d6f69b7eabc39a774b930"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "22ec84fe780307c5d96ee4b8633b779b2f1beaf271b1fd97a0d87341a7eb760c"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "250a830b15c7f98b4e5809933f1aa53fdce3b4096b29868af29dc7d4cc17fde1"
13-
sha256 cellar: :any_skip_relocation, sonoma: "cac45d38c8d7344534021ca7d311b7edfb4b35b78acdb9d924cc32e123ab4897"
14-
sha256 cellar: :any_skip_relocation, ventura: "2c3b53b42705c9d7bba35bccf445e1c78c45e4be5600c61c61854300393aa0b8"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "e8ee986745d154be8c8d8da90d6cf94c3d50b53b23b3eadc6f6b9b40b0cff4ca"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c599d82a643f1925c673e683a8375386a9d5035577156878693c2b06bb0d1caa"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e68a46fc92048c50c8f701009a39d84a8658e6045d7ea6acfd2caf63d8ca85ff"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "34fc6e335d528c84e24f963f50bad1a547583bdc75cbd8756ca249b46695039b"
13+
sha256 cellar: :any_skip_relocation, sonoma: "f43fe6316ed5eb512da6c069d573a137e24b0441846da16df7049d40822bc306"
14+
sha256 cellar: :any_skip_relocation, ventura: "41c966577efccff4941e558c54728edeefefca4e8574c81faaef222b13acc050"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "b29fb202b897b49d5cd0d3aefd3f3ce93432173c5f8847d25e64079a5ecb3f1a"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)