···33class Libpipewire < Formula
44 desc "User space API to deal with multimedia pipelines (libraries only)"
55 homepage "https://pipewire.org/"
66- version "1.5.81"
66+ version "1.5.83"
77 url "https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/#{version}/pipewire-#{version}.tar.gz"
88 sha256 "de3dd453dab79f0dce9f6b1e483c280467f04b4d7cc09550727ab3623cbda162"
99 license "MIT"
1010-1111- bottle do
1212- root_url "https://gitlab.com/api/v4/projects/75293878/packages/generic/libpipewire/1.5.81"
1313- sha256 x86_64_linux: "4f66ee72e1ea6f7af88f021f450247c2c70ff0f5b8399b4f5d93b1473d250c72"
1414- end
15101611 keg_only "pipewire should be installed from your Linux distro's package manager, this formula is for builds only"
1712