Skip to content

Commit

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

Update Homebrew formula for aarch64-apple-darwin
  • Loading branch information
louis030195 authored Aug 9, 2024
2 parents 6f7d4b6 + 8960841 commit 6dd1dda
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.56/screenpipe-0.1.56-aarch64-apple-darwin.tar.gz"
version "0.1.56"

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

0 comments on commit 6dd1dda

Please sign in to comment.