From 784566427ef385973c57cb5b16a4fd36e1acaba0 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Sat, 21 Sep 2024 21:21:12 +0000 Subject: [PATCH] chore: update brew to version 0.1.88 for aarch64-apple-darwin --- Formula/screenpipe.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/screenpipe.rb b/Formula/screenpipe.rb index f6a075c6..cdcd27d7 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/mediar-ai/screenpipe" - url "https://github.com/mediar-ai/screenpipe/releases/download/v0.1.86/screenpipe-0.1.86-aarch64-apple-darwin.tar.gz" - version "0.1.86" + url "https://github.com/mediar-ai/screenpipe/releases/download/v0.1.88/screenpipe-0.1.88-aarch64-apple-darwin.tar.gz" + version "0.1.88" on_macos do if Hardware::CPU.arm? url "https://github.com/mediar-ai/screenpipe/releases/download/v#{version}/screenpipe-#{version}-aarch64-apple-darwin.tar.gz" - sha256 "b4c2b4746d7d12729bc67e7cf4c9195f432c2c0590158db7965ef5b123b3c92e" # arm64 + sha256 "2899e5cb4126c2e0f8822232e066ed49c03a47baf80dca524cce4a539735968f" # arm64 else url "https://github.com/mediar-ai/screenpipe/releases/download/v#{version}/screenpipe-#{version}-x86_64-apple-darwin.tar.gz" sha256 "a08226257037daea5b0e759ae7334636cac93952675973c903ae3845f77a45c2" # x86_64