From adab67415f9b9d25a2795637350c5d8e9dcea8c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Boschi?= Date: Mon, 29 Jan 2024 09:49:57 +0100 Subject: [PATCH] MiniLangstream 0.6.1 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 74f0859..7a74e22 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.6.0/mini-langstream-0.6.0.zip" - sha256 "123d0fe99b8abce599c9f1f88d25cf176361828bdb080eb93918c25f5912ca61" + url "https://github.com/LangStream/langstream/releases/download/v0.6.1/mini-langstream-0.6.1.zip" + sha256 "47ca589b435b73ecd078c342585ab0e6bf83f7e895283982dd717a0cec1d0e90" head "https://github.com/LangStream/langstream.git" depends_on "minikube"