Skip to content

Commit

Permalink
chore: update brew to version 0.1.51 for aarch64-apple-darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 8, 2024
1 parent 98cbb6c commit 9895a7f
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/louis030195/screen-pipe"
url "https://github.com/louis030195/screen-pipe/releases/download/v0.1.49/screenpipe-0.1.49-aarch64-apple-darwin.tar.gz"
version "0.1.49"
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 "0fc13dcbca83dc22f259011075f4486ed9b769caf96902447e4c5a6942e4f033" # x86_64
Expand Down

0 comments on commit 9895a7f

Please sign in to comment.