Skip to content

Commit

Permalink
Merge pull request #85 from louis030195/update-formula-aarch64-apple-…
Browse files Browse the repository at this point in the history
…darwin-70039a90f3151e8a3def662c23f0b2da558f99e8

Update Homebrew formula for aarch64-apple-darwin
  • Loading branch information
louis030195 authored Aug 1, 2024
2 parents 70039a9 + 042d048 commit b2b6e67
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.43/screenpipe-0.1.43-aarch64-apple-darwin.tar.gz"
version "0.1.43"
url "https://github.com/louis030195/screen-pipe/releases/download/v0.1.44/screenpipe-0.1.44-aarch64-apple-darwin.tar.gz"
version "0.1.44"

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

0 comments on commit b2b6e67

Please sign in to comment.