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"