bump version

This commit is contained in:
Game_Time
2025-09-16 20:58:10 +05:00
committed by GitHub
parent cb9fccc6c6
commit c2e769e496

View File

@@ -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
end