Skip to content

Commit

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

Update Homebrew formula for aarch64-apple-darwin
  • Loading branch information
louis030195 authored Sep 5, 2024
2 parents b2987c3 + 82ccd0d commit 6c73480
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.75/screenpipe-0.1.75-aarch64-apple-darwin.tar.gz"
url "https://github.com/mediar-ai/screenpipe/releases/download/v0.1.76/screenpipe-0.1.76-aarch64-apple-darwin.tar.gz"
version "0.1.76"

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 "676312b29923fd80a4b5ba6210364a899d56e17ddcd0a0924ccb11b592ae1bbb" # arm64
sha256 "84d5b4274201f495a86ee74c52999510922288340fe1d4f16b987fdb01e865fc" # arm64
else
url "https://github.com/mediar-ai/screenpipe/releases/download/v#{version}/screenpipe-#{version}-x86_64-apple-darwin.tar.gz"
sha256 "809ed81d2a7e509b000da52efe9ab86fa71d99f60a806b1950d462383cf2939a" # x86_64
Expand Down

0 comments on commit 6c73480

Please sign in to comment.