From e8efdd43641eecd5a2ddddf496facdc10d14b023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Boschi?= Date: Mon, 11 Dec 2023 07:06:06 -0800 Subject: [PATCH] MiniLangstream 0.5.3 Created by https://github.com/mislav/bump-homebrew-formula-action --- mini-langstream.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mini-langstream.rb b/mini-langstream.rb index b20e44d..c48699b 100644 --- a/mini-langstream.rb +++ b/mini-langstream.rb @@ -1,8 +1,8 @@ class MiniLangstream < Formula desc "mini-langstream is a local LangStream cluster for development and testing, running on Minikube" homepage "https://docs.langstream.ai/" - url "https://github.com/LangStream/langstream/releases/download/v0.5.2/mini-langstream-0.5.2.zip" - sha256 "d6f70658a2061e356e66aa1ff7b6754e4a12bede421bd8139365dbcdd2df801a" + url "https://github.com/LangStream/langstream/releases/download/v0.5.3/mini-langstream-0.5.3.zip" + sha256 "e13d1b246a288bcb87631bded9c281b229eb5a2dd38d2a912d9e454b3383a5cc" head "https://github.com/LangStream/langstream.git" depends_on "minikube"