Skip to content

Commit

Permalink
chore: update brew to version 0.1.72 for aarch64-apple-darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 2, 2024
1 parent 27c1e92 commit 85f9590
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.71/screenpipe-0.1.71-aarch64-apple-darwin.tar.gz"
version "0.1.71"
url "https://github.com/mediar-ai/screenpipe/releases/download/v0.1.72/screenpipe-0.1.72-aarch64-apple-darwin.tar.gz"
version "0.1.72"

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

0 comments on commit 85f9590

Please sign in to comment.