Skip to content

Commit

Permalink
chore: update brew to version 0.1.53 for x86_64-apple-darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 8, 2024
1 parent fcac2d8 commit ec2bc84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/screenpipe.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ 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.52/screenpipe-0.1.52-aarch64-apple-darwin.tar.gz"
version "0.1.52"
version "0.1.53"

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 "334b4370aa3f6bddf6c282b3a625c04197e6547707a0a4d28f6910542e46dde6" # arm64
else
url "https://github.com/louis030195/screen-pipe/releases/download/v#{version}/screenpipe-#{version}-x86_64-apple-darwin.tar.gz"
sha256 "01b3d9d4cde5c6de50331dc6d5d3e6ffa683b80985fb4f010a6a25eefeecbd98" # x86_64
sha256 "c7107ac6bba118dd813336c940ba38ba300d5dcf66e7bdcf450a87e3f1713874" # x86_64
end
end

Expand Down

0 comments on commit ec2bc84

Please sign in to comment.