Skip to content

Commit

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

Update Homebrew formula for aarch64-apple-darwin
  • Loading branch information
louis030195 committed Sep 1, 2024
2 parents 0097a99 + 58cb166 commit 98c8861
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
@@ -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.70/screenpipe-0.1.70-aarch64-apple-darwin.tar.gz"
url "https://github.com/mediar-ai/screenpipe/releases/download/v0.1.71/screenpipe-0.1.71-aarch64-apple-darwin.tar.gz"
version "0.1.71"

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

0 comments on commit 98c8861

Please sign in to comment.