brew audit style fix

This commit is contained in:
Dakota Chambers
2024-02-08 20:42:18 -06:00
parent df79890be1
commit 029b3ce245
+1 -3
View File
@@ -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