Skip to content

Commit

Permalink
ollamaplist 0.2.4 (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brewforge-Bot-0 authored Jan 31, 2025
1 parent 30a884a commit fa7f0d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/ollamaplist.rb
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit fa7f0d3

Please sign in to comment.