Skip to content

Commit

Permalink
chore: update brew to version 0.1.56 for aarch64-apple-darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 9, 2024
1 parent 3951123 commit 5469266
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.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 "0fc13dcbca83dc22f259011075f4486ed9b769caf96902447e4c5a6942e4f033" # x86_64
Expand Down

0 comments on commit 5469266

Please sign in to comment.