From 808cbb90b241364fabf5ced0af4333a0da15fd27 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Wed, 7 Aug 2024 08:45:47 +0000 Subject: [PATCH] chore: update brew to version 0.1.49 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 7a581a08..ab5b6c9a 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.48/screenpipe-0.1.48-aarch64-apple-darwin.tar.gz" - version "0.1.48" + version "0.1.49" on_macos do if Hardware::CPU.arm? @@ -10,7 +10,7 @@ class Screenpipe < Formula 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 + sha256 "0fc13dcbca83dc22f259011075f4486ed9b769caf96902447e4c5a6942e4f033" # x86_64 end end