From bbf324811c4f157bd191ed9c2438bb96a262b301 Mon Sep 17 00:00:00 2001 From: Louis Beaumont Date: Sat, 20 Jul 2024 13:14:35 +0200 Subject: [PATCH] chore: update brew to version 0.1.38 --- Formula/screenpipe.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/screenpipe.rb b/Formula/screenpipe.rb index d7532249b..e9bc9fcfd 100644 --- a/Formula/screenpipe.rb +++ b/Formula/screenpipe.rb @@ -1,9 +1,9 @@ class Screenpipe < Formula desc "Chat with an AI that knows everything about you." homepage "https://github.com/louis030195/screen-pipe" - url "https://github.com/louis030195/screen-pipe/releases/download/v0.1.37/screenpipe-0.1.37-x86_64-apple-darwin.tar.gz" - sha256 "7d0545a9217792bccd3ce585ea96c34e464112a1af85f308b272b70b870da406" - version "0.1.37" + url "https://github.com/louis030195/screen-pipe/releases/download/v0.1.38/screenpipe-0.1.38-x86_64-apple-darwin.tar.gz" + sha256 "15f5dc0e296e774e55e029ad7944c93064658890c933b4db42434575a975c733" + version "0.1.38" depends_on "ffmpeg"