From 029b3ce2456fb03918f026c478cf9646b51450a2 Mon Sep 17 00:00:00 2001 From: Dakota Chambers Date: Thu, 8 Feb 2024 20:42:18 -0600 Subject: [PATCH] brew audit style fix --- Casks/o/ollamac.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Casks/o/ollamac.rb b/Casks/o/ollamac.rb index 5ffdab6996..8938de336c 100644 --- a/Casks/o/ollamac.rb +++ b/Casks/o/ollamac.rb @@ -2,8 +2,7 @@ cask "ollamac" do version "1.1.1" sha256 "345bf77419a81c16c1b43fcc26d8d92f039fc79852c5c3f2462d9c4582d67610" - url "https://github.com/kevinhermawan/Ollamac/releases/download/v#{version}/Ollamac-#{version}.dmg", - verified: "https://github.com/kevinhermawan/Ollamac/" + url "https://github.com/kevinhermawan/Ollamac/releases/download/v#{version}/Ollamac-#{version}.dmg" name "Ollamac" desc "Interact with Ollama models" homepage "https://github.com/kevinhermawan/Ollamac" @@ -12,5 +11,4 @@ cask "ollamac" do depends_on macos: ">= :sonoma" app "Ollamac.app" - end