diff --git a/Formula/chatmock.rb b/Formula/chatmock.rb index 97e358e..d1bc236 100644 --- a/Formula/chatmock.rb +++ b/Formula/chatmock.rb @@ -3,8 +3,8 @@ class Chatmock < Formula desc "OpenAI & Ollama compatible API powered by your ChatGPT plan" homepage "https://github.com/RayBytes/ChatMock" - url "https://github.com/RayBytes/ChatMock/archive/refs/tags/v1.2.tar.gz" - sha256 "87e286337fc2fd8e1b543ecb382c5220995096636c36edf6367a4e7ce58ebe34" + url "https://github.com/RayBytes/ChatMock/archive/refs/tags/v1.3.tar.gz" + sha256 "9bb1a839f84e277ccd4233a7a0024759d9e2e60c9881ed1e20b57cd1b12033b4" license "MIT" head "https://github.com/RayBytes/ChatMock.git", branch: "main" @@ -52,4 +52,4 @@ class Chatmock < Formula output = shell_output("#{bin}/chatmock --help 2>&1", 2) assert_match "ChatGPT Local", output end -end \ No newline at end of file +end