Skip to content

Commit

Permalink
Merge pull request #338 from mediar-ai/update-formula-x86_64-apple-da…
Browse files Browse the repository at this point in the history
…rwin-1074df3b89bf80e88e044304ade7c68da2485cd1

Update Homebrew formula for x86_64-apple-darwin
  • Loading branch information
louis030195 authored Sep 17, 2024
2 parents 1074df3 + 4be1ed6 commit 9d2eb5d
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
Expand Up @@ -2,15 +2,15 @@ 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.84/screenpipe-0.1.84-aarch64-apple-darwin.tar.gz"
version "0.1.84"
version "0.1.85"

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 "fbfb6f20dc2a0ea9cab8dddc37261f6803fa55b013c4378cfe6c3975edddb3bb" # arm64
else
url "https://github.com/mediar-ai/screenpipe/releases/download/v#{version}/screenpipe-#{version}-x86_64-apple-darwin.tar.gz"
sha256 "c1071dd2ba6f7e26e318d75ae2c97ef8f2959d2640a836d09242e5abd88aac9c" # x86_64
sha256 "ef2ca50886b92c2ff995a9f3d0f7e6391d832940bd68f130c85fedd2680712a1" # x86_64
end
end

Expand Down

0 comments on commit 9d2eb5d

Please sign in to comment.