From 4bea3dfa3b4695b3be9e3de0f6f6e3d36fa8aab6 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Thu, 1 Aug 2024 10:53:14 +0000 Subject: [PATCH] chore: update brew to version 0.1.45 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 d7586671..314deaa0 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.44/screenpipe-0.1.44-aarch64-apple-darwin.tar.gz" - version "0.1.44" + url "https://github.com/louis030195/screen-pipe/releases/download/v0.1.45/screenpipe-0.1.45-aarch64-apple-darwin.tar.gz" + version "0.1.45" 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 "7b16147c45b34399ef4ed8489c2045b58a68036f0364db90d56d5538271fabaa" # arm64 + sha256 "51927935e9d786ce84a86de6a054d2c0fc20301d6cad0062f325305a9158c833" # 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