Skip to content

Commit

Permalink
screenpipe 0.2.58
Browse files Browse the repository at this point in the history
  • Loading branch information
Moisan committed Feb 23, 2025
1 parent 4fa5e4c commit d522bff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2974,6 +2974,7 @@ scrapy
scrcpy
screen
screenfetch
screenpipe
scriptisto
scrypt
scs
Expand Down
6 changes: 3 additions & 3 deletions Formula/s/screenpipe.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -30,7 +30,7 @@ class Screenpipe < Formula
end

def install

Check failure on line 32 in Formula/s/screenpipe.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

`brew install --verbose --formula --build-bottle screenpipe` failed on macOS Sequoia (15) on Apple Silicon!

::error::An exception occurred within a child process:%0A Errno::ENOENT: No such file or directory - screenpipe-vision/lib/libscreenpipe_arm64.dylib%0A
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
Expand Down

0 comments on commit d522bff

Please sign in to comment.