Skip to content

Commit

Permalink
Merge pull request #135 from louis030195/update-formula-x86_64-apple-…
Browse files Browse the repository at this point in the history
…darwin-a19ddf918106f847a4ce0e10d057ed85a778df22

Update Homebrew formula for x86_64-apple-darwin
  • Loading branch information
louis030195 committed Aug 8, 2024
2 parents a19ddf9 + 6c78806 commit 9529876
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/screenpipe.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ 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"
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
else
url "https://github.com/louis030195/screen-pipe/releases/download/v#{version}/screenpipe-#{version}-x86_64-apple-darwin.tar.gz"
sha256 "c7107ac6bba118dd813336c940ba38ba300d5dcf66e7bdcf450a87e3f1713874" # x86_64
sha256 "378dd5c409a39f166e816526e5207fbc84ef56f42f0c08d9bc45fc4bafebaa21" # x86_64
end
end

Expand Down

0 comments on commit 9529876

Please sign in to comment.