Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/lsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 <targ.gz file downloaded from release>` 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`
Expand Down