From fa7f0d3db86b1010342e5b600c10d995e1b29485 Mon Sep 17 00:00:00 2001 From: Brewforge-Bot <156499720+Brewforge-Bot-0@users.noreply.github.com> Date: Fri, 31 Jan 2025 10:32:32 +0800 Subject: [PATCH] ollamaplist 0.2.4 (#573) --- Formula/ollamaplist.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/ollamaplist.rb b/Formula/ollamaplist.rb index efbc7b1..58fde9c 100644 --- a/Formula/ollamaplist.rb +++ b/Formula/ollamaplist.rb @@ -1,12 +1,12 @@ class Ollamaplist < Formula desc "给 Ollama CLI 添加环境变量" homepage "https://github.com/Mrered/Gobin" - version "0.2.3" + version "0.2.4" license "MIT" if OS.mac? && Hardware::CPU.arm? - url "https://github.com/Mrered/Gobin/releases/download/v0.2.3/ollamaplist_0.2.3_darwin_arm64.tar.gz" - sha256 "b36aa988ea59cf11b9fd3954e4b3720dd9b8d225099253466e932ce7f81a9dd9" + url "https://github.com/Mrered/Gobin/releases/download/v0.2.4/ollamaplist_0.2.4_darwin_arm64.tar.gz" + sha256 "f4275df70abefb206f3f2ad756e5420a6d8870d4d9b4b0b347769bd76f223d57" elsif OS.mac? && !Hardware::CPU.arm? url "https://github.com/Mrered/Gobin/releases/download/v0.2.3/ollamaplist_0.2.3_darwin_amd64.tar.gz" sha256 "7610f44bd80659d3fb6c8a05cd51f399a91607e7bb5bfebdde4b52599b2ba2f9"