diff --git a/Formula/screenpipe.rb b/Formula/screenpipe.rb index f19db53b..7a581a08 100644 --- a/Formula/screenpipe.rb +++ b/Formula/screenpipe.rb @@ -1,13 +1,13 @@ 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.47/screenpipe-0.1.47-aarch64-apple-darwin.tar.gz" + url "https://github.com/louis030195/screen-pipe/releases/download/v0.1.48/screenpipe-0.1.48-aarch64-apple-darwin.tar.gz" version "0.1.48" on_macos do if Hardware::CPU.arm? url "https://github.com/louis030195/screen-pipe/releases/download/v#{version}/screenpipe-#{version}-aarch64-apple-darwin.tar.gz" - sha256 "0c85a293da909c49f2f50489ee56e87fad6ce7261a64c5965c3a3887a347d08c" # arm64 + sha256 "4b269e85d1008268357a7ea4ee49aa392d84488993340d808988a76af7be900c" # arm64 else url "https://github.com/louis030195/screen-pipe/releases/download/v#{version}/screenpipe-#{version}-x86_64-apple-darwin.tar.gz" sha256 "0258b890c5cec2334e959ef2ec2f0a67fb136b6477187f59e7c6bcf2a75ccd50" # x86_64