From 27416a112bbbb4adb0a201ed025d441fc3fd82af Mon Sep 17 00:00:00 2001 From: Rok Mandeljc Date: Mon, 14 Jul 2025 12:50:51 +0200 Subject: [PATCH] Update upstream branch name for lsl https://github.com/sccn/liblsl.git seems to have removed their `master` branch; use `main` instead. --- Formula/lsl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lsl.rb b/Formula/lsl.rb index f5f1c5f..5af8e39 100644 --- a/Formula/lsl.rb +++ b/Formula/lsl.rb @@ -2,13 +2,13 @@ class Lsl < Formula desc "Library for multi-modal time-synched data transmission over the network" homepage "https://labstreaminglayer.readthedocs.io/" - url "https://github.com/sccn/liblsl", using: :git + url "https://github.com/sccn/liblsl", using: :git, branch: "main" version "1.16.2" sha256 "923aa4c81c0fef651c325e3c27aa5b96771540ca2a0933d1b327db27c6dac839" license "MIT" # NOTE: use `openssl dgst -sha256 ` to get sha256 - head "https://github.com/sccn/liblsl.git" + head "https://github.com/sccn/liblsl.git", branch: "main" # To make a bottle: # 1 - `brew install --build-bottle lsl`