From 91832a62b89004232aef3e33465e043ed364c9d2 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Wed, 31 Jul 2024 08:26:07 +0000 Subject: [PATCH] chore: update brew to version 0.1.43 for aarch64-apple-darwin --- Formula/screenpipe.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/screenpipe.rb b/Formula/screenpipe.rb index 013167c6..e62e837f 100644 --- a/Formula/screenpipe.rb +++ b/Formula/screenpipe.rb @@ -7,7 +7,7 @@ class Screenpipe < Formula 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 "f8a836730a81d924f72c7785a323b248b7c5fb4de8e1209cab50d49732c66295" # arm64 + sha256 "32ea5575bfcb51f583f06d89ac215c3f355bc1948c6811b462407c3c56b17f60" # arm64 else url "https://github.com/louis030195/screen-pipe/releases/download/v#{version}/screenpipe-#{version}-x86_64-apple-darwin.tar.gz" sha256 "ec20c5cc25856c084970da9c8f95dbae9637e60b74d759d95b2e3c1847768f16" # x86_64