From 3e4f3f30be781ba1eb25feb404ecf90a966b6af3 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Thu, 1 Aug 2024 10:53:37 +0000 Subject: [PATCH] chore: update brew to version 0.1.45 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 d7586671..59db4501 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.44/screenpipe-0.1.44-aarch64-apple-darwin.tar.gz" - version "0.1.44" + version "0.1.45" on_macos do if Hardware::CPU.arm? @@ -10,7 +10,7 @@ class Screenpipe < Formula sha256 "7b16147c45b34399ef4ed8489c2045b58a68036f0364db90d56d5538271fabaa" # arm64 else url "https://github.com/louis030195/screen-pipe/releases/download/v#{version}/screenpipe-#{version}-x86_64-apple-darwin.tar.gz" - sha256 "8f14106cfbbbd3aee39f7c13feb849202c657f29e55980ecec2d38ceb390118a" # x86_64 + sha256 "2831c2fc6a3c50729b67a4cc13185659f8ce2100c423b7402c9060b458ca0460" # x86_64 end end