diff --git a/.github/autobump.txt b/.github/autobump.txt index 4b2e7f5e67488..2727c8baad546 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -2974,6 +2974,7 @@ scrapy scrcpy screen screenfetch +screenpipe scriptisto scrypt scs diff --git a/Formula/s/screenpipe.rb b/Formula/s/screenpipe.rb index 881e365914f4f..e68116017a2e9 100644 --- a/Formula/s/screenpipe.rb +++ b/Formula/s/screenpipe.rb @@ -1,8 +1,8 @@ class Screenpipe < Formula desc "Library to build personalized AI powered by what you've seen, said, or heard" homepage "https://github.com/mediar-ai/screenpipe" - url "https://github.com/mediar-ai/screenpipe/archive/refs/tags/v0.2.13.tar.gz" - sha256 "eb3599daabc1312b5c1a7799c1ec8ab715aa02d9216a6aa42d930039c84a70c9" + url "https://github.com/mediar-ai/screenpipe/archive/refs/tags/v0.2.58.tar.gz" + sha256 "4fdc39c2df665aa8eb2de37c2854a41dc999ff9047c57d2c4356bb80dd7bb9a2" license "MIT" bottle do @@ -30,7 +30,7 @@ class Screenpipe < Formula end def install - features = ["--features", "metal,pipes"] if OS.mac? && Hardware::CPU.arm? + features = ["--features", "metal"] if OS.mac? && Hardware::CPU.arm? system "cargo", "install", *features, *std_cargo_args(path: "screenpipe-server") lib.install "screenpipe-vision/lib/libscreenpipe_#{Hardware::CPU.arch}.dylib" if OS.mac? end