Skip to content

Commit

Permalink
Merge branch 'main' into update-formula-x86_64-apple-darwin-d4fadbe91…
Browse files Browse the repository at this point in the history
…c3cf6c703c9fffcdcd173049bb9572c
  • Loading branch information
louis030195 committed Aug 26, 2024
2 parents ed4527a + fdd93b3 commit 052347a
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.67/screenpipe-0.1.67-aarch64-apple-darwin.tar.gz"
url "https://github.com/mediar-ai/screenpipe/releases/download/v0.1.68/screenpipe-0.1.68-aarch64-apple-darwin.tar.gz"
version "0.1.68"

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

0 comments on commit 052347a

Please sign in to comment.