From c2e769e49603e79f615e534c1e7f4ef2fe04ec71 Mon Sep 17 00:00:00 2001 From: Game_Time <108236317+RayBytes@users.noreply.github.com> Date: Tue, 16 Sep 2025 20:58:10 +0500 Subject: [PATCH] bump version --- Formula/chatmock.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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