Skip to content

Commit

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

Update Homebrew formula for aarch64-apple-darwin
  • Loading branch information
louis030195 authored Aug 2, 2024
2 parents c790a13 + bf98d1b commit e04d200
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.45/screenpipe-0.1.45-aarch64-apple-darwin.tar.gz"
url "https://github.com/louis030195/screen-pipe/releases/download/v0.1.46/screenpipe-0.1.46-aarch64-apple-darwin.tar.gz"
version "0.1.46"

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

0 comments on commit e04d200

Please sign in to comment.