diff --git a/Formula/screenpipe.rb b/Formula/screenpipe.rb index 092ce50a2..89563a5cb 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.42/screenpipe-0.1.42-aarch64-apple-darwin.tar.gz" - version "0.1.42" + url "https://github.com/louis030195/screen-pipe/releases/download/v0.0.0/screenpipe-0.0.0-aarch64-apple-darwin.tar.gz" + version "0.0.0" 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 "66a13d0838e2a3d94e302f2589b5873928b6939caf2517ab38b6612f99a9df51" # arm64 + sha256 "7fa4ffe0791673e8025b48aa26a41b205e8efe5baae1599bbd4927370d5ea957" # arm64 else url "https://github.com/louis030195/screen-pipe/releases/download/v#{version}/screenpipe-#{version}-x86_64-apple-darwin.tar.gz" sha256 "ec20c5cc25856c084970da9c8f95dbae9637e60b74d759d95b2e3c1847768f16" # x86_64