Skip to content

Commit

Permalink
Merge pull request #356 from mediar-ai/update-formula-aarch64-apple-d…
Browse files Browse the repository at this point in the history
…arwin-0d9713288319ab774a58e3988ed88054661dd5ae

Update Homebrew formula for aarch64-apple-darwin
  • Loading branch information
louis030195 committed Sep 21, 2024
2 parents 0d97132 + 7845664 commit 3d97315
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/screenpipe.rb
Original file line number Diff line number Diff line change
@@ -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/mediar-ai/screenpipe"
url "https://github.com/mediar-ai/screenpipe/releases/download/v0.1.86/screenpipe-0.1.86-aarch64-apple-darwin.tar.gz"
version "0.1.86"
url "https://github.com/mediar-ai/screenpipe/releases/download/v0.1.88/screenpipe-0.1.88-aarch64-apple-darwin.tar.gz"
version "0.1.88"

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 "b4c2b4746d7d12729bc67e7cf4c9195f432c2c0590158db7965ef5b123b3c92e" # arm64
sha256 "2899e5cb4126c2e0f8822232e066ed49c03a47baf80dca524cce4a539735968f" # arm64
else
url "https://github.com/mediar-ai/screenpipe/releases/download/v#{version}/screenpipe-#{version}-x86_64-apple-darwin.tar.gz"
sha256 "a08226257037daea5b0e759ae7334636cac93952675973c903ae3845f77a45c2" # x86_64
Expand Down

0 comments on commit 3d97315

Please sign in to comment.