Skip to content

Commit

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

Update Homebrew formula for aarch64-apple-darwin
  • Loading branch information
louis030195 authored Sep 4, 2024
2 parents c47c920 + 276c805 commit 4452d65
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.73/screenpipe-0.1.73-aarch64-apple-darwin.tar.gz"
url "https://github.com/mediar-ai/screenpipe/releases/download/v0.1.74/screenpipe-0.1.74-aarch64-apple-darwin.tar.gz"
version "0.1.74"

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 "6b6b540d9565a13bbf52f8c14224dc7876f40861044313aa8c992b866e015973" # arm64
sha256 "924b079f24939be270dc74c2040e117ff7229ed285fb7f246ed52c6dbf6d160d" # arm64
else
url "https://github.com/mediar-ai/screenpipe/releases/download/v#{version}/screenpipe-#{version}-x86_64-apple-darwin.tar.gz"
sha256 "98e91de2eb3f6823ca5974ab48fb1d28b09ae5c382893f510838f9213dfe618a" # x86_64
Expand Down

0 comments on commit 4452d65

Please sign in to comment.