Skip to content

Commit

Permalink
chore: update brew to version 0.0.0 for aarch64-apple-darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 31, 2024
1 parent 3f70e2d commit aa678f2
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.42/screenpipe-0.1.42-aarch64-apple-darwin.tar.gz"
version "0.1.42"
url "https://github.com/louis030195/screen-pipe/releases/download/v0.0.0/screenpipe-0.0.0-aarch64-apple-darwin.tar.gz"
version "0.0.0"

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

0 comments on commit aa678f2

Please sign in to comment.