From 6546888d506cdb0fb36e1f71a93b82cae8b274fb Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Thu, 8 Aug 2024 16:30:14 +0000 Subject: [PATCH] chore: update brew to version 0.1.51 for x86_64-apple-darwin --- Formula/screenpipe.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/screenpipe.rb b/Formula/screenpipe.rb index 22925104..a6640464 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.49/screenpipe-0.1.49-aarch64-apple-darwin.tar.gz" - version "0.1.49" + version "0.1.51" on_macos do if Hardware::CPU.arm? @@ -10,7 +10,7 @@ class Screenpipe < Formula sha256 "ba52b189602438147185e4181377cfbe7da7a61fede666c3a009c0eb3a9d6fbc" # arm64 else url "https://github.com/louis030195/screen-pipe/releases/download/v#{version}/screenpipe-#{version}-x86_64-apple-darwin.tar.gz" - sha256 "0fc13dcbca83dc22f259011075f4486ed9b769caf96902447e4c5a6942e4f033" # x86_64 + sha256 "76eb00c7bbbf4c397072534df8c2602df1177657688885f9f4df72054f46b56e" # x86_64 end end