cask "ollamac" do version "3.0.3" sha256 "f93012c37e5cc9858ea9eef06d74037b08080f9e23cf129504981d3de8305e9c" 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" auto_updates true depends_on macos: ">= :sonoma" app "Ollamac.app" zap trash: [ "~/Library/Application Scripts/com.kevinhermawa.Ollamac", "~/Library/Containers/com.kevinhermawan.Ollamac", ] end