From 6c78806bd0b45c36720ee9d2c14d1febf9a5dad6 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Thu, 8 Aug 2024 18:50:19 +0000 Subject: [PATCH] chore: update brew to version 0.1.54 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 4284e288c..cbea06890 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.53/screenpipe-0.1.53-aarch64-apple-darwin.tar.gz" - version "0.1.53" + version "0.1.54" on_macos do if Hardware::CPU.arm? @@ -10,7 +10,7 @@ class Screenpipe < Formula sha256 "e17dd35043d3f8b11bc9e77c413b54d8aeb7ad087f1537b8135f44868584ff16" # arm64 else url "https://github.com/louis030195/screen-pipe/releases/download/v#{version}/screenpipe-#{version}-x86_64-apple-darwin.tar.gz" - sha256 "c7107ac6bba118dd813336c940ba38ba300d5dcf66e7bdcf450a87e3f1713874" # x86_64 + sha256 "378dd5c409a39f166e816526e5207fbc84ef56f42f0c08d9bc45fc4bafebaa21" # x86_64 end end