Skip to content

Commit

Permalink
Merge pull request #193042 from Homebrew/bump-gollama-1.27.12
Browse files Browse the repository at this point in the history
gollama 1.27.12
  • Loading branch information
BrewTestBot authored Oct 7, 2024
2 parents bf92953 + 5cafd70 commit 192b67d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/g/gollama.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Gollama < Formula
desc "Go manage your Ollama models"
homepage "https://smcleod.net"
url "https://github.com/sammcj/gollama/archive/refs/tags/v1.27.11.tar.gz"
sha256 "fbbe388498efdd70cbb9633cd3f89da0f524300469c428c21d0f93ac1998a8d5"
url "https://github.com/sammcj/gollama/archive/refs/tags/v1.27.12.tar.gz"
sha256 "4e3682e2624d72b5f9a2b1b3d6aea57579e52a8ca0b8e09844f852ee00760660"
license "MIT"
head "https://github.com/sammcj/gollama.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "7a1d8ec3582bdaad6465e76987282830f17240ff5c573f41ca8f8f0c9ff48dd2"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8c6a02d93f566fe8e0fa2c8fa7c6736df4b35c728dc0a20837130f3cdf681744"
sha256 cellar: :any_skip_relocation, arm64_ventura: "20017878adef259ad0b9dfb25df52e00f13785653ebc197106668c5b0c90b2b9"
sha256 cellar: :any_skip_relocation, sonoma: "a1ab7617625a4c9c2be568e7663c345bbd84cd63c2d028904b2323a3faf0af60"
sha256 cellar: :any_skip_relocation, ventura: "6b3741348a6f3b796bcfd02decca7c47bea315b5974b1053107c283c2f0ae186"
sha256 cellar: :any_skip_relocation, x86_64_linux: "32ade212b76e254166d9cc68a123b1ba7e1059c637ee23bdd10d3ec69040166f"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "29001a9f678f0ab63eb71a3a71fc154e7713479e5067fdb3a13a71cc618f5aa5"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "885bdec008b02d4cf73e6fe56189ced1ac3590b1f2ac0b5f1566bc2a77544c10"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e902a57b24bf30bf66412f72014a30858ff3dbfbe058d36bf3989e60db036ec0"
sha256 cellar: :any_skip_relocation, sonoma: "f6f42471a263dbbf433dc99c50a0952f4fc1f3459b3730c91a709d924ddc9683"
sha256 cellar: :any_skip_relocation, ventura: "c1320be1b70016576989979942d1e1d5af0d31a7f34eaa6e690ef0266cdaa22a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d70ac6921cb976184cccae6eda9618fcba8ef9b69b0ecd3ab2a41f66b1a71d2e"
end

depends_on "go" => :build
Expand Down

0 comments on commit 192b67d

Please sign in to comment.