Skip to content

Commit

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

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

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 "ba52b189602438147185e4181377cfbe7da7a61fede666c3a009c0eb3a9d6fbc" # arm64
sha256 "cb61fde8e430dd476ce971a106f4e97a7a066c1b58d172de19a8f0bbffbca358" # arm64
else
url "https://github.com/louis030195/screen-pipe/releases/download/v#{version}/screenpipe-#{version}-x86_64-apple-darwin.tar.gz"
sha256 "76eb00c7bbbf4c397072534df8c2602df1177657688885f9f4df72054f46b56e" # x86_64
Expand Down

0 comments on commit ab61220

Please sign in to comment.