Skip to content

Commit

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

Update Homebrew formula for aarch64-apple-darwin
  • Loading branch information
louis030195 committed Sep 22, 2024
2 parents 23063b0 + c9bc2f8 commit a20dab5
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.88/screenpipe-0.1.88-aarch64-apple-darwin.tar.gz"
url "https://github.com/mediar-ai/screenpipe/releases/download/v0.1.89/screenpipe-0.1.89-aarch64-apple-darwin.tar.gz"
version "0.1.89"

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

0 comments on commit a20dab5

Please sign in to comment.