Skip to content

Commit

Permalink
chore: update brew to version 0.1.54 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 a19ddf9 commit d73a58f
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.53/screenpipe-0.1.53-aarch64-apple-darwin.tar.gz"
version "0.1.53"
url "https://github.com/louis030195/screen-pipe/releases/download/v0.1.54/screenpipe-0.1.54-aarch64-apple-darwin.tar.gz"
version "0.1.54"

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

0 comments on commit d73a58f

Please sign in to comment.