From 5c6630598918d6c11913c1e1567730b5f1f2a67a Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Fri, 2 Aug 2024 09:30:29 +0000 Subject: [PATCH] chore: update brew to version 0.1.46 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 abab52bd..b4130865 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.45/screenpipe-0.1.45-aarch64-apple-darwin.tar.gz" - version "0.1.45" + url "https://github.com/louis030195/screen-pipe/releases/download/v0.1.46/screenpipe-0.1.46-aarch64-apple-darwin.tar.gz" + version "0.1.46" 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 "51927935e9d786ce84a86de6a054d2c0fc20301d6cad0062f325305a9158c833" # arm64 + sha256 "130c5e2d23bcb094aa35340a32d0dd1d02bd35a95a5dfa0fe4c9ab9d747d6ff4" # arm64 else url "https://github.com/louis030195/screen-pipe/releases/download/v#{version}/screenpipe-#{version}-x86_64-apple-darwin.tar.gz" sha256 "2831c2fc6a3c50729b67a4cc13185659f8ce2100c423b7402c9060b458ca0460" # x86_64