Skip to content

Commit

Permalink
Merge pull request #268 from mediar-ai/update-formula-x86_64-apple-da…
Browse files Browse the repository at this point in the history
…rwin-aebb9adbd09d50e29f009a6b56f7e45011e3d0c9

Update Homebrew formula for x86_64-apple-darwin
  • Loading branch information
louis030195 authored Sep 3, 2024
2 parents 0e24c5c + d43ab8e commit cba68cf
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/mediar-ai/screenpipe"
url "https://github.com/mediar-ai/screenpipe/releases/download/v0.1.72/screenpipe-0.1.72-aarch64-apple-darwin.tar.gz"
version "0.1.72"
version "0.1.73"

on_macos do
if Hardware::CPU.arm?
url "https://github.com/mediar-ai/screenpipe/releases/download/v#{version}/screenpipe-#{version}-aarch64-apple-darwin.tar.gz"
sha256 "b334841820ff3d9fc4dc47c1b33a2f62cd961a02b999834a675dc8e4fae4b89b" # arm64
else
url "https://github.com/mediar-ai/screenpipe/releases/download/v#{version}/screenpipe-#{version}-x86_64-apple-darwin.tar.gz"
sha256 "538fdeb9024a041d29b6647a47381ef701c0fe46841b5bced98038fffa816fd4" # x86_64
sha256 "8acabe46b935ac8ed6607a43a5d47e81b5647ee2c52193bcb3b646628a4ced9b" # x86_64
end
end

Expand Down

0 comments on commit cba68cf

Please sign in to comment.