From 54e4a11c00946ecd92cc58d8dfe013fcee4d63c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Boschi?= Date: Thu, 23 Nov 2023 16:50:46 +0100 Subject: [PATCH] MiniLangstream 0.5.0 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 24ce480..2d71e3e 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.4.4/mini-langstream-0.4.4.zip" - sha256 "71102cf23f73bcb16a44274ca895056ba94918a92459b6dea288ff4be676accc" + url "https://github.com/LangStream/langstream/releases/download/v0.5.0/mini-langstream-0.5.0.zip" + sha256 "8f8e76cf171ce951f30763469e21132c1832136ef63b379d2fc790276ad1c368" head "https://github.com/LangStream/langstream.git" depends_on "minikube"