Skip to content

Commit

Permalink
Merge pull request #130 from louis030195/update-formula-aarch64-apple…
Browse files Browse the repository at this point in the history
…-darwin-8b9b051df7a906d647dce2e49577bb9e3435cb0f

Update Homebrew formula for aarch64-apple-darwin
  • Loading branch information
louis030195 committed Aug 8, 2024
2 parents f9e414d + c4efbc5 commit 93ded2b
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/louis030195/screen-pipe"
url "https://github.com/louis030195/screen-pipe/releases/download/v0.1.51/screenpipe-0.1.51-aarch64-apple-darwin.tar.gz"
url "https://github.com/louis030195/screen-pipe/releases/download/v0.1.52/screenpipe-0.1.52-aarch64-apple-darwin.tar.gz"
version "0.1.52"

on_macos do
if Hardware::CPU.arm?
url "https://github.com/louis030195/screen-pipe/releases/download/v#{version}/screenpipe-#{version}-aarch64-apple-darwin.tar.gz"
sha256 "cb61fde8e430dd476ce971a106f4e97a7a066c1b58d172de19a8f0bbffbca358" # arm64
sha256 "334b4370aa3f6bddf6c282b3a625c04197e6547707a0a4d28f6910542e46dde6" # arm64
else
url "https://github.com/louis030195/screen-pipe/releases/download/v#{version}/screenpipe-#{version}-x86_64-apple-darwin.tar.gz"
sha256 "01b3d9d4cde5c6de50331dc6d5d3e6ffa683b80985fb4f010a6a25eefeecbd98" # x86_64
Expand Down

0 comments on commit 93ded2b

Please sign in to comment.