diff --git a/Formula/screenpipe.rb b/Formula/screenpipe.rb index 4284e288..cbea0689 100644 --- a/Formula/screenpipe.rb +++ b/Formula/screenpipe.rb @@ -2,7 +2,7 @@ class Screenpipe < Formula desc "Library to build personalized AI powered by what you've seen, said, or heard." homepage "https://github.com/louis030195/screen-pipe" url "https://github.com/louis030195/screen-pipe/releases/download/v0.1.53/screenpipe-0.1.53-aarch64-apple-darwin.tar.gz" - version "0.1.53" + version "0.1.54" on_macos do if Hardware::CPU.arm? @@ -10,7 +10,7 @@ class Screenpipe < Formula sha256 "e17dd35043d3f8b11bc9e77c413b54d8aeb7ad087f1537b8135f44868584ff16" # arm64 else url "https://github.com/louis030195/screen-pipe/releases/download/v#{version}/screenpipe-#{version}-x86_64-apple-darwin.tar.gz" - sha256 "c7107ac6bba118dd813336c940ba38ba300d5dcf66e7bdcf450a87e3f1713874" # x86_64 + sha256 "378dd5c409a39f166e816526e5207fbc84ef56f42f0c08d9bc45fc4bafebaa21" # x86_64 end end